Files
kotlin-fork/idea/testData/decompiler/navigation/usercode/Constructor.kt
T
2016-03-30 21:35:18 +03:00

5 lines
151 B
Kotlin
Vendored

import testData.libraries.*
val x: ClassWithConstructor = ClassWithConstructor("abc", 239)
val xx: ClassWithConstructor = ClassWithConstructor("abc")