Add runtime dependency to tests where exception references are used.
This commit is contained in:
+1
@@ -1,4 +1,5 @@
|
||||
// "Add 'open fun f(): Int' to 'A'" "true"
|
||||
// WITH_RUNTIME
|
||||
open class A {
|
||||
}
|
||||
class B : A() {
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
// "Add 'open fun f(): Int' to 'A'" "true"
|
||||
// WITH_RUNTIME
|
||||
open class A {
|
||||
open fun f(): Int {
|
||||
throw UnsupportedOperationException()
|
||||
|
||||
Reference in New Issue
Block a user