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

5 lines
88 B
Kotlin
Vendored

package a.b
val Foo.foo: Int get() = 123
fun foo(i: (Int, Int) -> Unit) {}
class Foo {}