mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-23 18:08:29 +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') {
|
if (token.kind === 'plumin-operator') {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return this.isExpressionStart(token);
|
return isExpressionStart(token);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user