mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-23 01:48:18 +00:00
pass scoped type instead of method to typeIdent
This commit is contained in:
@@ -1915,7 +1915,7 @@ function qualifiers(matches, tokens, locals, method, imports, typemap) {
|
||||
tokens.inc();
|
||||
let type_arguments = [];
|
||||
if (!tokens.isValue('>')) {
|
||||
type_arguments = typeIdentList(tokens, method, imports, typemap);
|
||||
type_arguments = typeIdentList(tokens, method._owner, imports, typemap);
|
||||
tokens.expectValue('>');
|
||||
}
|
||||
matches.types = matches.types.map(t => {
|
||||
|
||||
Reference in New Issue
Block a user