Files
kotlin-fork/idea/idea-completion/testData/basic/common/ObjectRedeclaration2.kt
T
2020-10-14 22:11:10 +03:00

9 lines
79 B
Kotlin
Vendored

object A {
fun f() : S
}
object A {
fun f() : S<caret>
}
// EXIST: String