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

5 lines
329 B
Plaintext
Vendored

Actual data differs from file content: ClassAndConstuctors.source.expected expected:< [SomeClassWithConstructors.class
public final class <1><2><3><4>SomeClassWithConstructors public constructor(arg: kotlin.String)] {
> but was:< [classAndConstructors.kt
class <1><2><3><4>SomeClassWithConstructors(private val arg: String) ] {
>