blob: 6ce8cad9a456d61e53d6a46924f7bb5f3a5f5317 [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 memberrebinding.subpackage;
public class PublicClassInTheMiddle extends PackagePrivateClass {
// Intentionally left empty.
}