FIR DFA: add tests about smartcasts in/after try-catch-finally

This commit is contained in:
Jinseong Jeon
2020-10-12 22:45:31 -07:00
committed by Dmitriy Novozhilov
parent 2c8c47399a
commit 146036010c
9 changed files with 137 additions and 0 deletions
@@ -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