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

6 lines
94 B
Kotlin
Vendored

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