Current package members to have less priority than explicit imports

This commit is contained in:
Valentin Kipyatkov
2015-01-15 20:54:35 +03:00
parent 59f24020b2
commit 929d6b885d
14 changed files with 188 additions and 93 deletions
@@ -6,7 +6,7 @@ import testing.TestClass
class ~same-file~TestClass
val a1: `same-file`TestClass? = null
val a1: `testing`TestClass? = null
//FILE:testing.kt