[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
fun bar(x: Int): RuntimeException = RuntimeException(x.toString())
|
||||
|
||||
fun foo() {
|
||||
val x: Int? = null
|
||||
|
||||
if (x == null) throw bar(x)
|
||||
throw bar(x)
|
||||
throw bar(x)
|
||||
}
|
||||
Reference in New Issue
Block a user