blob: 177059abc924abf5b30b4a271fcc4750f070f156 [file] [log] [blame]
// RUN: not %target-swift-frontend -typecheck %s 2>&1 | %FileCheck -strict-whitespace %s
// Test the diagnostic option 'PointsToFirstBadToken'.
typealias TestDiagPointsToEndOfLine =
// CHECK: error: expected type in type alias declaration
// CHECK-NEXT: {{^}}typealias TestDiagPointsToEndOfLine ={{$}}
// CHECK-NEXT: {{^}} ^{{$}}
typealias TestDiagPointsToBadToken = =
// CHECK: error: expected type in type alias declaration
// CHECK-NEXT: {{^}}typealias TestDiagPointsToBadToken = ={{$}}
// CHECK-NEXT: {{^}} ^{{$}}