Files
kotlin-fork/idea/testData/decompiler/navigation/userJavaCode/ClassAndConstuctors.java
T
Igor Yakovlev 48db96b66d Improved kotlin decompiler range indexes
Fixed #KT-30628
2020-02-11 17:42:12 +03:00

10 lines
244 B
Java
Vendored

import testData.libraries.*;
class TestClassAndConstructors {
void foo() {
SomeClassWithConstructors inst = new SomeClassWithConstructors("arg");
SomeClassWithConstructors inst2 = new SomeClassWithConstructors(2);
}
}