blob: 0ee68fc05a2ea5160d2cd8c2c678bb47c0bd9acd [file] [log] [blame]
# Copyright (c) 2020, 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.md file.
type: newworld
worlds:
- entry: main.dart
errors: true
sources:
main.dart: |
// @dart=2.9
part '$foo';
main() {}
expectedLibraryCount: 1
- entry: main.dart
errors: true
worldType: updated
checkInvalidatedFiles: false
expectInitializeFromDill: false
invalidate:
- main.dart
expectedLibraryCount: 1