Files
kotlin-fork/idea/testData/shortenRefs/PropertyFunctionConflict.dependency.kt
T

6 lines
104 B
Kotlin
Vendored

package a.b
fun foo(s: String) {}
fun foo(i: Int) {}
internal val Foo.foo: Int get() = 123
class Foo {}