0b647ac358
Split testData into 'classes' and 'expressions'.
15 lines
674 B
Plaintext
Vendored
15 lines
674 B
Plaintext
Vendored
FILE /tryCatchWithImplicitCast.kt
|
|
FUN public fun testImplicitCast(/*0*/ a: kotlin.Any): kotlin.Unit
|
|
BLOCK_BODY
|
|
WHEN type=kotlin.Unit operator=IF
|
|
if: TYPE_OP operator=NOT_INSTANCEOF typeOperand=kotlin.String
|
|
GET_VAR a type=kotlin.Any operator=null
|
|
then: RETURN type=kotlin.Nothing
|
|
VAR val t: kotlin.String
|
|
TRY_CATCH type=kotlin.String
|
|
try: BLOCK type=kotlin.String operator=null
|
|
TYPE_OP operator=IMPLICIT_CAST typeOperand=kotlin.String
|
|
GET_VAR a type=kotlin.Any operator=null
|
|
catch e: BLOCK type=kotlin.String operator=null
|
|
CONST String type=kotlin.String value=''
|