blob: 3fb0f9d3aa2a1e853a7be45d9344e171f5d24bd0 [file] [log] [blame]
// Copyright (c) 2024, 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 com.android.tools.r8.apimodel.extension;
public class ExtensionApiLibraryClass {
public static void extensionApi() {
System.out.println("ExtensionApiLibraryClass::extensionApi");
}
}