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:
@@ -198,6 +198,13 @@ class SourceInitialiser extends MethodBase {
|
||||
this._decl = decl;
|
||||
}
|
||||
|
||||
/**
|
||||
* @returns {SourceParameter[]}
|
||||
*/
|
||||
get parameters() {
|
||||
return [];
|
||||
}
|
||||
|
||||
get returnType() {
|
||||
return PrimitiveType.map.V;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user