Open
Description
The language specification states that the content of a non-documentation comment must be ignored by the compiler:
language/specification/dartLangSpec.tex
Lines 22433 to 22437 in 0e320bd
It looks to me like this is not consistent with the behavior of the "library version comment construct" e.g. // @dart = 2.12
.