blob: 12a0eb02f3031034fce8eec7ce806dcd02b75f84 [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.
# Compile an application, change a file, but don't change the outline.
# Mixin something from the same file.
type: newworld
worlds:
- entry: main.dart
sources:
main.dart: |
class A extends Object with B {
foo() {}
}
mixin B {
bar() {}
}
expectedLibraryCount: 1
- entry: main.dart
worldType: updated
expectInitializeFromDill: false
invalidate:
- main.dart
sources:
main.dart: |
class A extends Object with B {
foo() {}
}
mixin B {
bar() {}
}
expectedLibraryCount: 1
advancedInvalidation: bodiesOnly