Files
kotlin-fork/idea/testData/completion/basic/ObjectRedeclaration2.kt
T
Andrey Breslav a71ea5c6db EA-39003 - ISE: ResolveSession.resolveToDescriptor
Lokking up classes and objects by PSI element, rather than by name
2012-11-16 17:48:49 +04:00

9 lines
79 B
Kotlin

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