| Index: tests/language/runtime_type_test.dart
|
| ===================================================================
|
| --- tests/language/runtime_type_test.dart (revision 14725)
|
| +++ tests/language/runtime_type_test.dart (working copy)
|
| @@ -1,5 +1,9 @@
|
| +// 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.
|
| +
|
| class A {
|
| - String get className => runtimeType;
|
| + get className => runtimeType;
|
| }
|
|
|
| main() {
|
|
|