9 lines
89 B
Kotlin
9 lines
89 B
Kotlin
class Outer {
|
|
class Nested
|
|
}
|
|
|
|
fun Outer.<caret>
|
|
|
|
// INVOCATION_COUNT: 0
|
|
// NUMBER: 0
|