[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
@@ -433,7 +433,7 @@ public typealias ExceptionAlias = kotlin.Exception
|
||||
public typealias IllegalStateExceptionAlias = kotlin.IllegalStateException
|
||||
public typealias RuntimeExceptionAlias = kotlin.RuntimeException
|
||||
public typealias ThrowableAlias = kotlin.Throwable
|
||||
public typealias UEAlias = [ERROR : UE]
|
||||
public typealias UEAlias = [Error type: Unresolved type for UE]
|
||||
|
||||
package kotlin {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user