mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-23 01:48:18 +00:00
initial attempt to support type variable arguments in methods
This commit is contained in:
@@ -12,7 +12,7 @@ function checkType(type, typeTokens, probs) {
|
||||
return;
|
||||
}
|
||||
if (type instanceof CEIType) {
|
||||
type.typevars.forEach(tv => {
|
||||
type.typeVariables.forEach(tv => {
|
||||
if (tv instanceof TypeArgument) {
|
||||
checkType(tv.type, typeTokens, probs);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user