1989e8f094
Adapt lookup tests to allow running K1 and K2 on the same testdata and compare the lookups recorded.
6 lines
236 B
Plaintext
Vendored
6 lines
236 B
Plaintext
Vendored
package foo
|
|
|
|
/*p:foo(A)*/open class A {
|
|
@/*p:foo p:foo.A p:kotlin p:kotlin.annotation p:kotlin.collections p:kotlin.comparisons p:kotlin.io p:kotlin.jvm p:kotlin.ranges p:kotlin.sequences p:kotlin.text*/JvmName("h")
|
|
fun f() {}
|
|
} |