Drop createQualifier: testData update
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
fun fn(): Nothing = throw java.lang.RuntimeException("oops")
|
||||
|
||||
val x = throw java.lang.RuntimeException("oops")
|
||||
|
||||
class SomeClass {
|
||||
fun method() {
|
||||
throw java.lang.AssertionError("!!!")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user