Files
kotlin-fork/idea/testData/refactoring/pullUp/k2k/dropFinal.kt
T
2017-01-13 15:17:39 +03:00

6 lines
88 B
Kotlin
Vendored

interface I
class <caret>A : I {
// INFO: {checked: "true"}
final val one = 1
}