chromium/third_party/jni_zero/test/golden/testPlaceholdersOverlapping-Placeholder-GEN_JNI.java.golden

//
// This file is a placeholder. It was generated by //third_party/jni_zero/jni_zero.py
//

package org.jni_zero;

public class GEN_JNI {
  public static boolean TESTING_ENABLED;
  public static boolean REQUIRE_MOCK;

  public static native boolean org_jni_1zero_TinySample_bar(int a, Object b);
  public static native void org_jni_1zero_TinySample_foo(Object a, int b);
  public static native void org_jni_1zero_extrapackage_ImportsTinySample_asdf();
}