mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
11 lines
173 B
Swift
11 lines
173 B
Swift
|
|
class Foo {
|
|
init(arg1: Int, arg2: Int) {
|
|
}
|
|
}
|
|
|
|
Foo(
|
|
|
|
// RUN: %sourcekitd-test -req=complete -pos=7:5 %s -- %s > %t.response
|
|
// RUN: %diff -u %s.response %t.response
|