blob: 7f234103e582ea948838738cd363c9daa28fe822 [file] [log] [blame]
// Copyright (c) 2019, 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_tool/package_config.json specifies 2.5, this library tries to go above
// that, which is fine.
// @dart = 2.6
/*library: languageVersion=2.6*/
foo3() {
print("Hello from foo3!");
}