Unused symbol: handling of import as alias not only for objects / enums #KT-11933 Fixed

This commit is contained in:
Mikhail Glukhikh
2016-08-10 15:44:53 +03:00
parent e01e08402c
commit 13975778c5
8 changed files with 74 additions and 3 deletions
@@ -0,0 +1,5 @@
import Imported as Alias
fun foo() {
Alias.hashCode()
}