[FE 1.0] Update test data with new error type representation
This commit is contained in:
committed by
teamcity
parent
b5933c70e2
commit
27fa632630
+2
-1
@@ -2,4 +2,5 @@ package
|
||||
|
||||
@java.lang.Deprecated public fun a(): kotlin.Unit
|
||||
@java.util.ArrayList<kotlin.Int> public fun b(): kotlin.Unit
|
||||
@[ERROR : Xoo] /* annotation class not found */ public fun c(): kotlin.Unit
|
||||
@[Error type: Unresolved type for Xoo] /* annotation class not found */ public fun c(): kotlin.Unit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user