f85185aaa0
Change-Id: Ib52a0cd077e1cd056cd5150b8b1fddf867aef3ba Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/271706 Reviewed-by: Chloe Stefantsova <cstefantsova@google.com> Commit-Queue: Johnni Winther <johnniwinther@google.com>
9 lines
247 B
Dart
9 lines
247 B
Dart
// Copyright (c) 2022, 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.
|
|
|
|
main() {
|
|
switch (1) {
|
|
}
|
|
}
|