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

8 lines
99 B
Kotlin
Vendored

// NAME: class
// SIBLING:
class <caret>A {
// INFO: {checked: "true"}
fun foo() {
}
}