blob: db52300b676abf1f9255e1bed347135a1ea5b0c0 [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.
library lib;
class Foreign {
var _var;
int _m() => 42;
}