Make tests spec compliant and avoid duplicate declarations in input files (#9522)

This commit is contained in:
Daniel Tschinder
2019-02-18 16:14:35 -08:00
committed by GitHub
parent 39af228ac4
commit a1ea765b95
84 changed files with 4635 additions and 4583 deletions

View File

@@ -1,5 +1,5 @@
class A{
class A extends B {
constructor(){
super()?.b;
}
}
}