@ -154,8 +154,8 @@ function refinedVariableType(
|
||||
}
|
||||
}
|
||||
|
||||
// We can't do better, just return the original type.
|
||||
return type;
|
||||
// We can't do better, return any
|
||||
return info.query.getBuiltinType(BuiltinType.Any);
|
||||
}
|
||||
|
||||
function getEventDeclaration(info: DiagnosticTemplateInfo, includeEvent?: boolean) {
|
||||
|
Reference in New Issue
Block a user