21 lines
590 B
Plaintext
Vendored
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) {]
|
|
> |