KT-9834 Optimizing imports with named import (kinda like static import)

#KT-9834 Fixed
This commit is contained in:
Valentin Kipyatkov
2016-01-15 15:40:16 +03:00
parent bec16efbd7
commit 4c2a14ff43
4 changed files with 15 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
import java.io.File as File
val file: File
@@ -0,0 +1,3 @@
import java.io.File
val file: File