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