bd38363077
To explicitly specify which test are failing
6 lines
94 B
Kotlin
Vendored
6 lines
94 B
Kotlin
Vendored
// "Remove 'inner' modifier" "true"
|
|
interface A {
|
|
inne<caret>r class B
|
|
}
|
|
|
|
/* IGNORE_FIR */ |