Files
kotlin-fork/idea/idea-completion/testData/basic/common/SubpackageInFun.kt
T
2021-06-03 19:38:32 +03:00

8 lines
88 B
Kotlin
Vendored

// FIR_COMPARISON
package Test.MyTest
fun test() {
Test.<caret>
}
// EXIST: MyTest