Skip to content

Commit

Permalink
Update a test comment
Browse files Browse the repository at this point in the history
Change-Id: I6bb053a128a689d35ae1c21b29c6a7e8bb869fad
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/101321
Reviewed-by: Leaf Petersen <[email protected]>
Commit-Queue: Brian Wilkerson <[email protected]>
  • Loading branch information
bwilkerson authored and [email protected] committed May 6, 2019
1 parent 7928dbd commit 821c75c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

// SharedOptions=--enable-experiment=non-nullable

// Test that it is not a compile time error to write to a `final` variable if
// that variable is declared `late` and does not have an initializer.
// Test that it is not a compile time error for a `final` variable to not have
// an initializer if that variable is declared as `late`.
import 'package:expect/expect.dart';
import 'dart:core';

Expand Down

0 comments on commit 821c75c

Please sign in to comment.