blob: 30f7a38351939b62debb06d9ee8ea74a7ab10feb [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 file.
type: newworld
worlds:
- entry: main.dart
errors: true
sources:
main.dart: |
part 'lib.dart';
main() {}
lib.dart: |
methodFromLib() {}
expectedLibraryCount: 2
- entry: main.dart
errors: true
invalidate:
- main.dart
sources:
main.dart: |
part 'lib.dart';
main() {}
lib.dart: |
methodFromLib() {}
expectedLibraryCount: 2
advancedInvalidation: problemsInLibrary
- entry: main.dart
errors: true
invalidate:
- lib.dart
sources:
main.dart: |
part 'lib.dart';
main() {}
lib.dart: |
methodFromLib() {}
expectedLibraryCount: 2
advancedInvalidation: bodiesOnly