Files
kotlin-fork/idea/idea-completion/testData/handlers/multifile/PropertyFunctionConflict2.kt.after
T
2019-09-27 17:52:11 +07:00

9 lines
86 B
Plaintext
Vendored

package a
import a.b.foo
class Goo {
fun x() {
foo { i, i2 -> }
}
}