blob: 2c5fd0cd2eb212934c29f11c09a98037b2efb8c8 [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 applymapping044;
import naming044.A;
import naming044.sub.SubB;
public class AsubB extends SubB {
public int boo(A a) {
return f(a) * 3;
}
}