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
423 B
Plaintext
12 lines
423 B
Plaintext
//
|
|
// Problems outside component:
|
|
//
|
|
// pkg/front_end/testcases/general/too_high_version/too_high/lib/too_high_lib.dart:1:1: Error: The language version 100.200 specified for the package 'too_high' is too high. The highest supported language version is 3.9.
|
|
// // Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
|
|
// ^
|
|
//
|
|
library;
|
|
import self as self;
|
|
|
|
import "package:too_high/too_high_lib.dart";
|