33e6a85a2d
We exclude testData pattern from copyright scope
5 lines
70 B
Kotlin
Vendored
5 lines
70 B
Kotlin
Vendored
class A {
|
|
fun foo(){}
|
|
}
|
|
val y: A = A()
|
|
val x = <expr>A::foo</expr> |