mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
8 lines
206 B
Swift
8 lines
206 B
Swift
public class CC {
|
|
public init() {
|
|
}
|
|
}
|
|
|
|
// RUN: %target-swift-ide-test -range -pos=3:1 -end-pos=3:4 -source-filename %s | %FileCheck %s -check-prefix=CHECK-INVALID
|
|
// CHECK-INVALID: <Kind>Invalid</Kind>
|