18 lines
162 B
Plaintext
Vendored
18 lines
162 B
Plaintext
Vendored
// FIR_COMPARISON
|
|
package test
|
|
|
|
class Test
|
|
|
|
fun test() {}
|
|
|
|
fun usage() {
|
|
class Test
|
|
|
|
fun test() {}
|
|
|
|
|
|
test.test()
|
|
test.Test
|
|
val t: test.Test
|
|
|
|
} |