Files
kotlin-fork/idea/testData/refactoring/safeDelete/deleteProperty/kotlinProperty/property1.kt
T

9 lines
67 B
Kotlin
Vendored

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