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