24120c84d0
Change-Id: Id694e90aad9e0ca50e4e09e40c2795f210c60e3d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/419700 Commit-Queue: Ivan Inozemtsev <iinozemtsev@google.com> Reviewed-by: Alexander Thomas <athom@google.com> Auto-Submit: Ivan Inozemtsev <iinozemtsev@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Alexander Thomas <athom@google.com>
12 lines
310 B
Plaintext
12 lines
310 B
Plaintext
library;
|
|
//
|
|
// Problems in library:
|
|
//
|
|
// pkg/front_end/testcases/general/version_too_high.dart:5:1: Error: The specified language version 100.200 is too high. The highest supported language version is 3.9.
|
|
// // @dart=100.200
|
|
// ^^^^^^^^^^^^^^^^
|
|
//
|
|
import self as self;
|
|
|
|
static method method() → dynamic {}
|