9 lines
387 B
Plaintext
Vendored
9 lines
387 B
Plaintext
Vendored
Actual data differs from file content: GlobalProperty.source.expected expected:<[main.kt
|
|
public val <1>globalVal : Pair<Int, String> = Pair(239, "239")
|
|
|
|
public val <2>globalValWithGetter : Long]
|
|
> but was:<[ MainKt.class
|
|
public val <1>globalVal: testData.libraries.Pair<kotlin.Int, kotlin.String> /* compiled code */
|
|
|
|
public val <2>globalValWithGetter: kotlin.Long /* compiled code */]
|
|
> |