blob: 90dfe275c0f0e3b9c20c30ba89c32c382a2b7a05 [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 enclosingmethod;
public abstract class AbstractClass {
public abstract int anInt();
}