[IR] update testdata
This commit is contained in:
committed by
teamcityserver
parent
6a1ab1b325
commit
fc5c674c60
+1
-1
@@ -4,7 +4,7 @@ fun test1() {
|
||||
|
||||
fun testImplicitCast(a: Any) {
|
||||
when {
|
||||
a is Throwable -> { //BLOCK
|
||||
a is Throwable -> { // BLOCK
|
||||
throw a /*as Throwable */
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user