7 lines
280 B
Plaintext
Vendored
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 */ }]
|
|
> |