| Index: dart/tests/try/poi/data/interesting.dart
|
| diff --git a/dart/tests/try/poi/data/empty_main.dart b/dart/tests/try/poi/data/interesting.dart
|
| similarity index 83%
|
| copy from dart/tests/try/poi/data/empty_main.dart
|
| copy to dart/tests/try/poi/data/interesting.dart
|
| index 591abebadd6fbd4884c6aef8582a9ec641b89b3a..f35f53f9511f4b7ecd25b4cf6d0487ab7265cd99 100644
|
| --- a/dart/tests/try/poi/data/empty_main.dart
|
| +++ b/dart/tests/try/poi/data/interesting.dart
|
| @@ -2,4 +2,11 @@
|
| // 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 Foo {
|
| + fisk() {
|
| + }
|
| + hest() {
|
| + }
|
| +}
|
| +
|
| main() {}
|
|
|