[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
@@ -2,7 +2,7 @@ package
|
||||
|
||||
public fun </*0*/ T1> A<T1>.foo(): X1
|
||||
public fun </*0*/ T2> A<out T2>.foo(): X2
|
||||
public fun </*0*/ T> A<out T>.test(): [ERROR : Error function type]
|
||||
public fun </*0*/ T> A<out T>.test(): [Error type: Return type for function cannot be resolved]
|
||||
|
||||
public final class A</*0*/ T> {
|
||||
public constructor A</*0*/ T>()
|
||||
|
||||
Reference in New Issue
Block a user