Replace types that are imported by default via typealiases such as java.util.ArrayList with something else as it conflicts now with kotlin.collections.ArrayList and has to imported explicitly.

This commit is contained in:
Ilya Gorbunov
2016-09-02 17:15:04 +03:00
parent b7e2649b91
commit a62cda8365
47 changed files with 68 additions and 72 deletions
@@ -1,3 +1,3 @@
package pack1
fun ArrayList(){}
fun ConcurrentHashMap(){}