mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
8df4a4afc2
See comment in https://codereview.chromium.org/3002493002/ R=ahe@google.com Review-Url: https://codereview.chromium.org/2995943002 .
11 lines
303 B
Dart
11 lines
303 B
Dart
// Copyright (c) 2017, 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.
|
|
|
|
// Test an invalid double format
|
|
|
|
main() {
|
|
3457e //# 01: compile-time error
|
|
;
|
|
}
|
|
|