Files
kotlin-fork/idea/testData/shortenRefs/UnresolvedOverload.dependency.kt
T
Valentin Kipyatkov 1535e8ad90 KT-11955 Copy/Paste inserts FQ-name
#KT-11955 Fixed
2016-04-20 14:30:54 +03:00

6 lines
73 B
Kotlin
Vendored

package a.b.c
class Foo(p: Int)
fun Foo(s: String){}
fun Foo(c: Char){}