Improved kotlin decompiler range indexes
Fixed #KT-30628
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import testData.libraries.*;
|
||||
|
||||
class TestClassAndConstructors {
|
||||
void foo() {
|
||||
|
||||
SomeClassWithConstructors inst = new SomeClassWithConstructors("arg");
|
||||
|
||||
SomeClassWithConstructors inst2 = new SomeClassWithConstructors(2);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user