2
0
mirror of synced 2025-02-24 15:28:28 +00:00
mobile/bind/testdata/underscores.java.h.golden
Elias Naur 8ee74ac900 bind: support underscores in identifiers
Fixes golang/go#18536

Change-Id: I82c5993547e4d1d0df14726ccc569e1f57128072
Reviewed-on: https://go-review.googlesource.com/101156
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2018-03-21 16:27:11 +00:00

14 lines
348 B
Plaintext

// JNI function headers for the Go <=> Java bridge.
// gobind -lang=java underscores
//
// File is generated by gobind. Do not edit.
#ifndef __Underscore_pkg_H__
#define __Underscore_pkg_H__
#include <jni.h>
extern jclass proxy_class_underscore_pkg_Underscore_struct;
extern jmethodID proxy_class_underscore_pkg_Underscore_struct_cons;
#endif