[IR] update testdata: print a parameter in catch
This commit is contained in:
committed by
teamcityserver
parent
2775c89ebb
commit
64b42401a1
@@ -5,7 +5,7 @@ fun testImplicitCast(a: Any) {
|
||||
val t: String = try { // BLOCK
|
||||
a
|
||||
} /*as String */
|
||||
catch (...) { // BLOCK
|
||||
catch (e: Throwable){ // BLOCK
|
||||
""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user