blob: 00011c40a8fd9fc75d844121736a6a1e57ae8bb7 [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.
class Other5 {
int field;
Other5() { field = 42; Unused.unused(); }
}