Files
kotlin-fork/idea/testData/safeDelete/deleteProperty/property1.kt
T
2013-07-29 19:24:13 +04:00

9 lines
67 B
Kotlin

package test
import test.foo
val <caret>foo = "foo"
class B {
}