Files
kotlin-fork/idea/testData/resolve/referenceWithLib/sameNameInLib.kt
T
2014-03-02 19:55:26 +04:00

7 lines
82 B
Kotlin
Vendored

package test
class Foo {
val s: <caret>String = ""
}
// REF: (kotlin).String