DescriptionDisallow uninitialized non-nullable variables
Declaring a non-nullable variable without initializing it is a static
error. If a constant is declared instead (either run-time or
compile-time) the error handling logic is the same as before.
BUG=
R=jmesserly@google.com
Committed: https://github.com/dart-lang/sdk/commit/f5f4bb4ebd798cbd01b6c3d4763bda9d8171031b
Patch Set 1 #Patch Set 2 : Fix build break #
Total comments: 3
Patch Set 3 : Simplify #
Messages
Total messages: 6 (2 generated)
|