mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
9 lines
204 B
Swift
9 lines
204 B
Swift
extension Any {
|
|
public func foo() {
|
|
}
|
|
}
|
|
|
|
// RUN: %sourcekitd-test -req=cursor -pos=2:15 %s -- %s | %FileCheck %s
|
|
// CHECK: source.lang.swift.decl.function.method.instance (2:15-2:20)
|
|
// CHECK: foo()
|