Files
kotlin-fork/idea/testData/intentions/movePropertyToConstructor/declaredInInterface.kt
T
Vasily Kirichenko 6829c5ef8f add a test
2017-06-13 13:04:10 +02:00

5 lines
76 B
Kotlin
Vendored

// IS_APPLICABLE: false
interface MyInterface {
val <caret>prop5: Int
}