mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-23 01:48:18 +00:00
tidy array constructors and fix some warnings
This commit is contained in:
@@ -34,6 +34,7 @@ function typeIdentList(tokens, scope, imports, typemap) {
|
||||
* @param {Map<string,JavaType>} typemap
|
||||
*/
|
||||
function typeIdent(tokens, scope, imports, typemap) {
|
||||
/** @type {JavaType[]} */
|
||||
let types = [], package_name = '';
|
||||
switch(tokens.current.kind) {
|
||||
case 'ident':
|
||||
|
||||
Reference in New Issue
Block a user