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

11 lines
125 B
Plaintext
Vendored

interface `class` {
// INFO: {checked: "true"}
fun foo() {
}
}
// NAME: class
// SIBLING:
class A : `class` {
}