[IR] update testdata
This commit is contained in:
committed by
teamcityserver
parent
6a1ab1b325
commit
fc5c674c60
@@ -2,10 +2,10 @@ fun testImplicitCast(a: Any) {
|
||||
when {
|
||||
a !is String -> return Unit
|
||||
}
|
||||
val t: String = try { //BLOCK
|
||||
val t: String = try { // BLOCK
|
||||
a
|
||||
} /*as String */
|
||||
catch (...) { //BLOCK
|
||||
catch (...) { // BLOCK
|
||||
""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user