Allow super
call to not be the first statement when the class declaration contains property declaration with initialize or parameter property declaration
#6908
Labels
Currently when class-declaration has property declaration with initialize and parameter property declaration,
super
call must be the first statement. So the following case is not validWe should allow above cases as, @RyanCavanaugh points out in this comment for possible solutions.
Quoted from the comment:
The text was updated successfully, but these errors were encountered: