blob: c0831091e56a79fafed84e4f2db06cc09bc7bb8f [file] [log] [blame]
//
// Problems outside component:
//
// pkg/front_end/testcases/general/least_supported_version/opt_out/lib/opt_out_lib.dart:1:1: Error: The language version 2.11 specified for the package 'opt_out' is too low. The lowest supported language version is 2.12.
// // Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
// ^
//
library;
import self as self;
import "package:opt_out/opt_out_lib.dart";