Open Hixie opened 5 years ago
This, where T is a type argument:
'$T' == 'Foo'
...results in:
info • Boolean expression composed only with literals • lib/src/progress.dart:156:5 • literal_only_boolean_expressions
Seems this info assumes that all literals are constants, which isn't true for interpolations.
This, where T is a type argument:
...results in: