add newline to esnext super change proto test
This commit is contained in:
@@ -7,6 +7,7 @@ class Base {
|
||||
class OtherBase {
|
||||
p() { log += '[OtherBase]'; }
|
||||
}
|
||||
|
||||
class Derived extends Base {
|
||||
p() {
|
||||
log += '[Derived]';
|
||||
|
||||
Reference in New Issue
Block a user