Switch to 193 platform
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
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) {]
|
||||
>
|
||||
Reference in New Issue
Block a user