9 lines
87 B
Kotlin
Vendored
9 lines
87 B
Kotlin
Vendored
class C {
|
|
class Nested
|
|
|
|
/**
|
|
* [Nes<caret>ted]
|
|
*/
|
|
fun foo() { }
|
|
}
|