[IR] update testdata
This commit is contained in:
committed by
teamcityserver
parent
6a1ab1b325
commit
fc5c674c60
+2
-2
@@ -10,10 +10,10 @@ fun f(f1: Function0<String> = local fun <anonymous>(): String {
|
||||
|
||||
fun box(): String {
|
||||
var result: String = "fail"
|
||||
try { //BLOCK
|
||||
try { // BLOCK
|
||||
f() /*~> Unit */
|
||||
}
|
||||
catch (...) { //BLOCK
|
||||
catch (...) { // BLOCK
|
||||
result = "OK"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user