blob: 589de4831033dbb2524758efdcbd218a4d4c021d [file] [log] [blame]
# Copyright (c) 2019, 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
omitPlatform: false
worlds:
- entry: main.dart
errors: false
warnings: false
sources:
main.dart: |
main() {
foo();
}
foo() {}
expectedLibraryCount: 1
expectsPlatform: true
- entry: main.dart
errors: true
warnings: false
expectInitializeFromDill: false
fromComponent: true
invalidate:
- main.dart
sources:
main.dart: |
main() {
await foo();
}
foo() {}
expectedLibraryCount: 1
expectsPlatform: true
advancedInvalidation: bodiesOnly