FIR DFA: add tests about smartcasts in/after try-catch-finally
This commit is contained in:
committed by
Dmitriy Novozhilov
parent
2c8c47399a
commit
146036010c
+5
@@ -0,0 +1,5 @@
|
||||
package
|
||||
|
||||
public fun castAtAll(/*0*/ s: kotlin.Any): kotlin.Unit
|
||||
public fun castInTry(/*0*/ s: kotlin.Any): kotlin.Unit
|
||||
public fun castInTryAndCatch(/*0*/ s: kotlin.Any): kotlin.Unit
|
||||
Reference in New Issue
Block a user