=BG= change definition to use 'statics' as well as 'constants'

This commit is contained in:
Brendan Graetz 2015-04-28 20:22:26 +10:00
parent 8933253f2b
commit 1335be33e4

View File

@ -337,8 +337,8 @@ enum Method { GET, POST }
"##, "##,
E0265: r##" E0265: r##"
This error indicates that a constant references itself. This error indicates that a static or constant references itself.
All constants need to resolve to a value in an acyclic manner. All statics and constants need to resolve to a value in an acyclic manner.
For example, neither of the following can be sensibly compiled: For example, neither of the following can be sensibly compiled: