mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-23 01:48:18 +00:00
remove this qualifier from isCastExpression
This commit is contained in:
@@ -1631,7 +1631,7 @@ function isCastExpression(token, matches) {
|
||||
if (token.kind === 'plumin-operator') {
|
||||
return false;
|
||||
}
|
||||
return this.isExpressionStart(token);
|
||||
return isExpressionStart(token);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user