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

21 lines
590 B
Plaintext
Vendored

Actual data differs from file content: ExtensionProperty.source.expected expected:<[main.kt
public val String.<1>exProp : String
get() {
return this
}
public val Int.exProp : Int
get() {
return this
}
public class Pair<A, B><2>(val first: A, val second: B)
public val <T> Pair<T, T>.<3>exProp : String]
> but was:<[ MainKt.class
public val kotlin.String.<1>exProp: kotlin.String /* compiled code */
public val <T> testData.libraries.Pair<T, T>.<3>exProp: kotlin.String /* compiled code */
Pair.class
public final class Pair<A, B> public <2>constructor(first: A, second: B) {]
>