mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
8 lines
175 B
Swift
8 lines
175 B
Swift
func test() {
|
|
// RUN: %sourcekitd-test -req=cursor -pos=%(line + 1):3 %s -- %s | %FileCheck %s
|
|
Swift.min
|
|
}
|
|
|
|
// CHECK: source.lang.swift.ref.module ()
|
|
// CHECK-NEXT: Swift
|