blob: 695696273cf98eca0b16377fe69d4b0534fa22aa [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 multidexfakeframeworks;
public class Application extends Context {
protected void attachBaseContext(Context context) {
}
}