blob: 59b9c3634f2080e55854ed285d4eda2e80233d54 [file] [log] [blame]
# Copyright (c) 2018, 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.
sources: |
class A {
int? _priv = 0;
}
class B extends A {
int? _priv;
}
position: "#B"
expression: |
super._priv = 0