[FE 1.0] Update test data with new error type representation
This commit is contained in:
committed by
teamcity
parent
b5933c70e2
commit
27fa632630
+3
-3
@@ -1,8 +1,8 @@
|
||||
package
|
||||
|
||||
public val ref1: [ERROR : Type for ::fun1]
|
||||
public val ref2: [ERROR : Type for ::fun2]
|
||||
public val ref3: [ERROR : Type for ::fun3]
|
||||
public val ref1: [Error type: Not found recorded type for ::fun1]
|
||||
public val ref2: [Error type: Not found recorded type for ::fun2]
|
||||
public val ref3: [Error type: Not found recorded type for ::fun3]
|
||||
public fun fun1(): kotlin.Unit
|
||||
public fun fun1(/*0*/ x: kotlin.Int): kotlin.Unit
|
||||
public fun fun2(/*0*/ x: kotlin.Int): kotlin.Unit
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
package
|
||||
|
||||
public val x1: [ERROR : Type for ::foo]
|
||||
public val x1: [Error type: Not found recorded type for ::foo]
|
||||
public val x2: () -> kotlin.Unit
|
||||
public val x3: (kotlin.String) -> kotlin.Unit
|
||||
public val x4: (kotlin.Int) -> kotlin.Unit
|
||||
|
||||
+2
-2
@@ -1,11 +1,11 @@
|
||||
package
|
||||
|
||||
public val x0: [ERROR : Type for A::foo]
|
||||
public val x0: [Error type: Not found recorded type for A::foo]
|
||||
public val x1: (A) -> kotlin.Unit
|
||||
public val x2: kotlin.reflect.KProperty1<A, kotlin.Int>
|
||||
public val x3: kotlin.reflect.KProperty1<A, kotlin.Int>
|
||||
public val x4: (A) -> kotlin.String
|
||||
public val y0: [ERROR : Type for A::bar]
|
||||
public val y0: [Error type: Not found recorded type for A::bar]
|
||||
public val y1: (A) -> kotlin.Unit
|
||||
public val y2: kotlin.reflect.KProperty1<A, kotlin.Int>
|
||||
public val y3: kotlin.reflect.KProperty1<A, kotlin.Int>
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@ package
|
||||
|
||||
public val x1: kotlin.Unit
|
||||
public val x2: kotlin.Unit
|
||||
public val x3: [ERROR : Type for apply(true, ::foo)]
|
||||
public val x3: [Error type: Not found recorded type for apply(true, ::foo)]
|
||||
public fun </*0*/ T, /*1*/ R> apply(/*0*/ x: T, /*1*/ f: (T) -> R): R
|
||||
public fun foo(/*0*/ i: kotlin.Int): kotlin.Unit
|
||||
public fun foo(/*0*/ s: kotlin.String): kotlin.Unit
|
||||
|
||||
+2
-2
@@ -3,8 +3,8 @@ package
|
||||
public val x1: kotlin.String
|
||||
public val x2: kotlin.String
|
||||
public val x3: kotlin.String
|
||||
public val x4: [ERROR : Type for fn2(::foo, ::bar)]
|
||||
public val x5: [ERROR : Type for fn2(::foo, ::foo)]
|
||||
public val x4: [Error type: Not found recorded type for fn2(::foo, ::bar)]
|
||||
public val x5: [Error type: Not found recorded type for fn2(::foo, ::foo)]
|
||||
public val x6: kotlin.Int
|
||||
public fun bar(/*0*/ s: kotlin.String): kotlin.String
|
||||
public fun fn1(/*0*/ x: kotlin.Int, /*1*/ f1: (kotlin.Int) -> kotlin.String, /*2*/ f2: (kotlin.String) -> kotlin.String): kotlin.String
|
||||
|
||||
Reference in New Issue
Block a user