chore(packaging): move files to match target file structure
This commit is contained in:
6
modules/angular2/test/change_detection/iterable.dart
Normal file
6
modules/angular2/test/change_detection/iterable.dart
Normal file
@ -0,0 +1,6 @@
|
||||
import 'dart:collection';
|
||||
|
||||
class TestIterable extends IterableBase<int> {
|
||||
List<int> list = [];
|
||||
Iterator<int> get iterator => list.iterator;
|
||||
}
|
Reference in New Issue
Block a user