Add runtime dependency to tests where exception references are used.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun foo() {
|
||||
<selection>throw AssertionError()</selection>
|
||||
throw NullPointerException()
|
||||
AssertionError()
|
||||
throw (AssertionError())
|
||||
}
|
||||
Reference in New Issue
Block a user