[FE 1.0] Update test data with new error type representation
This commit is contained in:
committed by
teamcity
parent
b5933c70e2
commit
27fa632630
+2
-2
@@ -1,7 +1,7 @@
|
||||
package
|
||||
|
||||
public val test1: [ERROR : Type for overloadedFun5("")]
|
||||
public val test2: [ERROR : Type for overloadedFun5("", "")]
|
||||
public val test1: [Error type: Not found recorded type for overloadedFun5("")]
|
||||
public val test2: [Error type: Not found recorded type for overloadedFun5("", "")]
|
||||
public val test3: X2
|
||||
public val test4: X1
|
||||
public fun overloadedFun5(/*0*/ vararg ss: kotlin.String /*kotlin.Array<out kotlin.String>*/): X1
|
||||
|
||||
Reference in New Issue
Block a user