Minor in JS backend: add @Nullable to JsNameRef#getQualifier and JsNameRef#getSymbol.
This commit is contained in:
@@ -50,11 +50,13 @@ public final class JsNameRef extends JsExpressionImpl implements HasName {
|
||||
return name;
|
||||
}
|
||||
|
||||
@Nullable
|
||||
@Override
|
||||
public Symbol getSymbol() {
|
||||
return name;
|
||||
}
|
||||
|
||||
@Nullable
|
||||
public JsExpression getQualifier() {
|
||||
return qualifier;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user