33e6a85a2d
We exclude testData pattern from copyright scope
11 lines
122 B
Kotlin
Vendored
11 lines
122 B
Kotlin
Vendored
class A {
|
|
class B {
|
|
class C {
|
|
val x = 10
|
|
}
|
|
}
|
|
}
|
|
|
|
fun x() {
|
|
<expr>A</expr>.B.C().x
|
|
} |