blob: e6b297359884f2a7ef9c8d9ee9ba5adde18d0417 [file] [log] [blame]
// Copyright (c) 2016, 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 shaking11;
public class Subclass extends SuperClass {
// Intentionally empty.
}