Add runtime dependency to tests where exception references are used.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// "Implement interface" "true"
|
||||
// SHOULD_BE_AVAILABLE_AFTER_EXECUTION
|
||||
// WITH_RUNTIME
|
||||
|
||||
class Container {
|
||||
private interface <caret>Base {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
// "Implement interface" "true"
|
||||
// SHOULD_BE_AVAILABLE_AFTER_EXECUTION
|
||||
// WITH_RUNTIME
|
||||
|
||||
class Container {
|
||||
private interface Base {
|
||||
|
||||
Reference in New Issue
Block a user