KT-5025 Unnecessary qualifier inserted for class

#KT-5025 Fixed
This commit is contained in:
Valentin Kipyatkov
2014-05-19 22:01:46 +04:00
parent 58b82baa2b
commit 5ce3df4845
7 changed files with 34 additions and 6 deletions
@@ -0,0 +1 @@
val x = <selection>java.util.Date</selection>(1)
@@ -0,0 +1,3 @@
import java.util.Date
val x = Date(1)