[FIR-TEST] Move analysis tests to separate module
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
fun <T> myRun(block: () -> T): T = block()
|
||||
|
||||
fun foo() {}
|
||||
|
||||
fun test() {
|
||||
myRun {
|
||||
try {
|
||||
val x = 1
|
||||
} catch(e: Exception) {
|
||||
foo()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user