Files
kotlin-fork/idea/testData/decompiler/navigation/usercode/ClassObject.kt.libsrc.fail
T
2020-01-19 12:01:53 +03:00

7 lines
280 B
Plaintext
Vendored

Actual data differs from file content: ClassObject.source.expected expected:<[main.kt
companion <1>object {
fun <2>foo() {]
> but was:<[ WithInnerAndObject.class
public companion <1>object {
public final fun <2>foo(): kotlin.Unit { /* compiled code */ }]
>