mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-22 17:39:19 +00:00
fix bad imports when resolving annotations
This commit is contained in:
@@ -208,7 +208,7 @@ function parseUnit(tokens, unit, typemap) {
|
||||
if (tokens.current.value === '@') {
|
||||
tokens.inc().value === 'interface'
|
||||
? sourceType(modifiers, tokens, package_name, '@interface', unit, resolved_imports, typemap)
|
||||
: annotations.push(annotation(tokens, null, unit.imports, typemap));
|
||||
: annotations.push(annotation(tokens, null, resolved_imports, typemap));
|
||||
continue;
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user