Files
kotlin-fork/idea/testData/quickfix/modifiers/nestedInterface.kt
T
2021-02-09 17:15:31 +01:00

9 lines
194 B
Kotlin
Vendored

// "Add 'inner' modifier" "false"
// ACTION: Implement interface
// ERROR: Interface is not allowed here
class A() {
inner class B() {
interface <caret>C
}
}
/* FIR_COMPARISON */