blob: a8ab2c60a95091a6d5c37c39d3ebef9c2c836cff [file] [log] [blame]
// Copyright (c) 2017, the R8 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.
package memberrebinding2.subpackage;
import memberrebinding2.NoAccessModification;
@NoAccessModification
abstract class PackagePrivateClass {
public static int staticField;
public int field;
}