blob: 72995b915403cc99a6f2fd7732e27fc4ae2ccbd6 [file] [log] [blame]
# Copyright (c) 2022, 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.
# Recompiling with no change shouldn't change anything..
type: newworld
forceLateLoweringForTesting: true
worlds:
- entry: main.dart
experiments: alternative-invalidation-strategy
sources:
main.dart: |
part "part.dart";
main() {
}
part.dart: |
part of 'main.dart';
class _Class {
late int _privateField = 1;
}
expectedLibraryCount: 1
- entry: main.dart
experiments: alternative-invalidation-strategy
worldType: updated
compareToPrevious: true
expectInitializeFromDill: false
invalidate:
- main.dart
expectedLibraryCount: 1