blob: e2df2c35ca04cb39583671505d1c66aa0b517a2e [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);
}