9 lines
69 B
Kotlin
9 lines
69 B
Kotlin
package test
|
|
|
|
import test.foo
|
|
|
|
val B.<caret>foo = "foo"
|
|
|
|
class B {
|
|
|
|
} |