blob: a3c7d280f14daa1c0dc56a08c968ec21563258b4 [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.
/*member: _#loadLibrary_expect:[exact=_Future|powerset={N}{O}{N}]*/
/*member: main:[null|powerset={null}]*/
main() {
tearOffLoadLibrary();
}
/*member: tearOffLoadLibrary:[subclass=Closure|powerset={N}{O}{N}]*/
tearOffLoadLibrary() => expect.loadLibrary;