Changes the throw error for test in super-illegal-non-constructor-call (#5450)
This commit is contained in:
committed by
Henry Zhu
parent
ceb68f5bb7
commit
a55f38b127
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "super() outside of class constructor"
|
||||
"throws": "super() is only valid inside a class constructor. Make sure the method name is spelled exactly as 'constructor'."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user