blob: 803faa75b92e5b58b7f0ff80582425d6d61461f9 [file] [log] [blame]
// Copyright (c) 2011, 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.
part of myApp;
class Other5 {
int field;
Other5() { field = 42; Unused.unused(); }
}