You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To fix this problem, this requires us to work with Vala.DataType instead of Vala.Symbol, and it probably involves using Vala.SemanticAnalyzer.get_actual_type()
The text was updated successfully, but these errors were encountered:
Two screenshots of this problem:
As can be seen, the type parameters are ignored.
To fix this problem, this requires us to work with
Vala.DataType
instead ofVala.Symbol
, and it probably involves usingVala.SemanticAnalyzer.get_actual_type()
The text was updated successfully, but these errors were encountered: