5 lines
73 B
Kotlin
5 lines
73 B
Kotlin
// "Remove 'inner' modifier" "true"
|
|
trait A {
|
|
inne<caret>r class B
|
|
}
|