mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
8 lines
118 B
Plaintext
Vendored
8 lines
118 B
Plaintext
Vendored
// "Add 'inner' modifier" "true"
|
|
class A() {
|
|
inner class B() {
|
|
inner class <caret>C() {
|
|
}
|
|
}
|
|
}
|