We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e433c0c commit 697c850Copy full SHA for 697c850
specification/dartLangSpec.tex
@@ -1267,8 +1267,10 @@ \section{Errors and Warnings}
1267
are situations that do not preclude execution,
1268
but which are unlikely to be intended,
1269
and likely to cause bugs or inconveniences.
1270
-A static warning must be reported by a Dart compiler
1271
-before the associated code is executed.
+A Dart compiler is free to report some, all,
+or none of the specified static warnings before executing the associated code.
1272
+A Dart compiler may also report additional warnings
1273
+not defined by this specification.
1274
1275
\LMHash{}%
1276
When this specification says that a \Index{dynamic error} occurs,
0 commit comments