blob: 6f8b85b1594aacdf6cce82437ce451da44b989ba [file] [log] [blame]
# Copyright (c) 2021, 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.
# Reproduce a crash.
type: newworld
target: VM
worlds:
- entry: main.dart
experiments: alternative-invalidation-strategy,non-nullable
sources:
main.dart: |
class Foo {
external int x;
}
expectedLibraryCount: 1
- entry: main.dart
experiments: alternative-invalidation-strategy,non-nullable
worldType: updated
expectInitializeFromDill: false
invalidate:
- main.dart
expectedLibraryCount: 1
expectsRebuildBodiesOnly: true