@@ -1,4 +1,6 @@
|
||||
class Foo {
|
||||
construct new() {}
|
||||
|
||||
foo(a, b) {
|
||||
_field1 = a
|
||||
_field2 = b
|
||||
@@ -11,6 +13,8 @@ class Foo {
|
||||
}
|
||||
|
||||
class Bar is Foo {
|
||||
construct new() {}
|
||||
|
||||
bar(a, b) {
|
||||
_field1 = a
|
||||
_field2 = b
|
||||
|
||||
Reference in New Issue
Block a user