blob: 9a812cadeef96236c75e7f598c9e200e1dc0d2bb [file] [log] [blame]
// Copyright (c) 2020, 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.
// Formatting can break multitests, so don't format them.
// dart format off
// 'dart:mirrors' can no longer be imported, doing so produces a static error.
import 'dart:mirrors'; //# 01: compile-time error
main() {
reflect(main); //# 01: continued
}