JS: Autoformat

This commit is contained in:
Asger Feldthaus
2020-05-14 13:29:33 +01:00
parent 1cdb51741f
commit e491431f4e

View File

@@ -189,8 +189,7 @@ abstract class Import extends ASTNode {
*
* A path expression that appears in a module and is resolved relative to it.
*/
deprecated
abstract class PathExprInModule extends PathExpr {
abstract deprecated class PathExprInModule extends PathExpr {
PathExprInModule() {
this.(Expr).getTopLevel() instanceof Module
or