blob: 1c0fc8fbb7c27d3e8ec141c6831c891d21e05358 [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 SuperClass {
public void aMethod() {
// Intentionally empty.
}
}