Converter from Java: better conversion from java-specific to Kotlin classes

#KT-5173 Fixed
This commit is contained in:
Valentin Kipyatkov
2014-06-11 18:42:40 +04:00
parent c36624a58e
commit da5fe7adb0
16 changed files with 238 additions and 94 deletions
@@ -1 +1 @@
val a = array<java.lang.Double>(1.0, 2.0, 3.0)
val a = array<Double>(1.0, 2.0, 3.0)