blob: ea1048b9c690bfa9f659581c4f159684a73b7a95 [file] [log] [blame]
// 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.
// @dart=2.19
main() {
switch (1) {
case 1 as int:
print('one');
}
}