Improved kotlin decompiler range indexes
Fixed #KT-30628
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package testData.libraries
|
||||
|
||||
class SomeClassWithConstructors(private val arg: String) {
|
||||
constructor(x: Int) : this("Hello")
|
||||
fun check() {
|
||||
TODO()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user