mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2026-01-06 16:54:37 +00:00
remove return type for source constructors
This commit is contained in:
@@ -184,9 +184,6 @@ class SpecialisedSourceType extends CEIType {
|
|||||||
get parameters() {
|
get parameters() {
|
||||||
return this._parameters;
|
return this._parameters;
|
||||||
}
|
}
|
||||||
get returnType() {
|
|
||||||
return this.owner;
|
|
||||||
}
|
|
||||||
get typeVariables() {
|
get typeVariables() {
|
||||||
return this.source.typeVars;
|
return this.source.typeVars;
|
||||||
}
|
}
|
||||||
@@ -320,13 +317,6 @@ class SourceConstructor extends Constructor {
|
|||||||
return this.sourceParameters;
|
return this.sourceParameters;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @returns {SourceType}
|
|
||||||
*/
|
|
||||||
get returnType() {
|
|
||||||
return this.owner;
|
|
||||||
}
|
|
||||||
|
|
||||||
get typeVariables() {
|
get typeVariables() {
|
||||||
return this.typeVars;
|
return this.typeVars;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user