blob: 54da0a001912c68258fedc7eb11de83602e8f976 [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; }
void newMethod() { }
}