33e6a85a2d
We exclude testData pattern from copyright scope
6 lines
127 B
Kotlin
Vendored
6 lines
127 B
Kotlin
Vendored
fun main(args: Array<String>) {
|
|
val anyClass = Any()
|
|
funOne(<expr>anyClass</expr>.class)
|
|
}
|
|
|
|
fun funOne(x: Any): Unit {} |