blob: 4e1948826df14174383f757c531c1909ba31ecbf [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 {
final int? _priv = 0;
}
class B extends A {
int? _priv;
}
position: "#B"
expression: |
super._priv