@@ -1,6 +1,7 @@
|
||||
class Base {}
|
||||
|
||||
class Derived is Base {
|
||||
construct new() {}
|
||||
foo { super.doesNotExist(1) } // expect runtime error: Base does not implement 'doesNotExist(_)'.
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user