Fix resolving of enclosed type identifiers

This commit is contained in:
Dave Holoway
2020-06-05 16:45:07 +01:00
parent b1d4261f28
commit 9c579662e6
3 changed files with 51 additions and 22 deletions

View File

@@ -38,7 +38,7 @@ function resolveImportTypes(typenames, import_decl) {
* - followed by implicit packages
*
* @param {Map<string, import('java-mti').JavaType>} androidLibrary
* @param {import('java-mti').JavaType[]} sourceTypes
* @param {import('./source-type').SourceType[]} sourceTypes
* @param {ImportBlock[]} imports list of declared imports in the module
* @param {string} package_name package name of the module
* @param {string[]} [implicitPackages] list of implicit demand-load packages