Add a test for referencing classes using fqnames.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
package a.foo
|
||||
|
||||
import b.foo.*
|
||||
|
||||
fun box() = (A().tadada(A()))
|
||||
fun box() = (b.foo.A().tadada(b.foo.A()))
|
||||
Reference in New Issue
Block a user