12 lines
186 B
Kotlin
12 lines
186 B
Kotlin
package first
|
|
|
|
import second.SomeTestClass
|
|
|
|
fun firstFun() {
|
|
SomeTestClass().some<caret>
|
|
}
|
|
|
|
// EXIST: someProperty
|
|
// EXIST: someOtherProperty
|
|
// EXIST: someSelfProperty
|
|
// NUMBER: 3 |