blob: e27bf13e1106be463a5c80ddb1b406ce0d914343 [file] [log] [blame]
// Copyright (c) 2018, 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.
import 'package:expect/expect.dart' deferred as expect;
// Synthetic getter added by kernel.
/*element: __loadLibrary_expect:[null|exact=_Future]*/
/*element: main:[null]*/
main() {
tearOffLoadLibrary();
}
/*element: tearOffLoadLibrary:[subclass=Closure]*/
tearOffLoadLibrary() => expect.loadLibrary;