blob: f04c71153a7aad860469c470e0c70b597058f594 [file] [log] [blame]
// Copyright (c) 2012, 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 '4740_library.dart';
main() {
Expect.throws(() => new Foo._internal(), (e) => e is NoSuchMethodError);
}