10 lines
103 B
Kotlin
Vendored
10 lines
103 B
Kotlin
Vendored
package small
|
|
|
|
class A {
|
|
class InnerA {
|
|
|
|
}
|
|
}
|
|
|
|
// SEARCH_TEXT: Inner
|
|
// REF: (in small.A).InnerA |