[FE 1.0] Update test data with new error type representation
This commit is contained in:
committed by
teamcity
parent
b5933c70e2
commit
27fa632630
+1
-1
@@ -30,7 +30,7 @@ package a {
|
||||
package
|
||||
|
||||
package test {
|
||||
public val x: [ERROR : Type for a.b()]
|
||||
public val x: [Error type: Not found recorded type for a.b()]
|
||||
|
||||
public final class a {
|
||||
public constructor a()
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
package
|
||||
|
||||
public fun test(/*0*/ a: [ERROR : A.]): [ERROR : A.]
|
||||
public fun test1(/*0*/ a: [ERROR : A.B.]): [ERROR : A.B.]
|
||||
public fun test2(/*0*/ a: [ERROR : A.e.C]): [ERROR : A.e.C]
|
||||
public fun test3(/*0*/ a: [ERROR : a.A.C]): [ERROR : a.A.C]
|
||||
public fun test4(/*0*/ a: [ERROR : A.B.ee]): [ERROR : A.B.ee]
|
||||
public fun test5(/*0*/ a: [ERROR : A.ee]): [ERROR : A.ee]
|
||||
public fun test(/*0*/ a: [Error type: No type specified for A.]): [Error type: No type specified for A.]
|
||||
public fun test1(/*0*/ a: [Error type: No type specified for A.B.]): [Error type: No type specified for A.B.]
|
||||
public fun test2(/*0*/ a: [Error type: Unresolved type for A.e.C]): [Error type: Unresolved type for A.e.C]
|
||||
public fun test3(/*0*/ a: [Error type: Unresolved type for a.A.C]): [Error type: Unresolved type for a.A.C]
|
||||
public fun test4(/*0*/ a: [Error type: Unresolved type for A.B.ee]): [Error type: Unresolved type for A.B.ee]
|
||||
public fun test5(/*0*/ a: [Error type: Unresolved type for A.ee]): [Error type: Unresolved type for A.ee]
|
||||
|
||||
public final class A {
|
||||
public constructor A()
|
||||
|
||||
Vendored
+1
-1
@@ -1,3 +1,3 @@
|
||||
package
|
||||
|
||||
public val unwrapped: [ERROR : Type for some<sdf()()<out Any>::unwrap]
|
||||
public val unwrapped: [Error type: Not found recorded type for some<sdf()()<out Any>::unwrap]
|
||||
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
package
|
||||
|
||||
public val unwrapped: [ERROR : <ERROR FUNCTION RETURN TYPE>]
|
||||
public val unwrapped: [Error type: Return type for function cannot be resolved]
|
||||
|
||||
+1
-1
@@ -37,7 +37,7 @@ package some {
|
||||
package
|
||||
|
||||
package other {
|
||||
public fun test(/*0*/ a_: [ERROR : a.b]): kotlin.Unit
|
||||
public fun test(/*0*/ a_: [Error type: Unresolved type for a.b]): kotlin.Unit
|
||||
|
||||
public final class a {
|
||||
public constructor a()
|
||||
|
||||
Reference in New Issue
Block a user