Skip to content

Commit

Permalink
Version 3.2.0-231.0.dev
Browse files Browse the repository at this point in the history
Merge 64f52c0 into dev
  • Loading branch information
Dart CI committed Oct 4, 2023
2 parents b8fceae + 64f52c0 commit 368fd38
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions tests/language/extension_type/regress_53610_test.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

// SharedOptions=--enable-experiment=inline-class

// Regression check for https://dartbug.com/53610

extension type const E(Null _) {}

void main() {
E e = const E(null); // Failed here.
assert(e._ == null);
}
2 changes: 1 addition & 1 deletion tools/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ CHANNEL dev
MAJOR 3
MINOR 2
PATCH 0
PRERELEASE 230
PRERELEASE 231
PRERELEASE_PATCH 0

0 comments on commit 368fd38

Please sign in to comment.