blob: 0a162fefda2a1e3b39e0f1ac15d4f0fc19bcee92 [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
sources:
main.dart: |
class Foo {
external int x;
}
expectedLibraryCount: 1
- entry: main.dart
experiments: alternative-invalidation-strategy
worldType: updated
expectInitializeFromDill: false
invalidate:
- main.dart
expectedLibraryCount: 1
expectsRebuildBodiesOnly: true