(t types.Type)
| 1675 | } |
| 1676 | |
| 1677 | func isJavaType(t types.Type) bool { |
| 1678 | return typePkgFirstElem(t) == "Java" |
| 1679 | } |
| 1680 | |
| 1681 | const ( |
| 1682 | javaPreamble = gobindPreamble + `// Java class %[1]s.%[2]s is a proxy for talking to a Go program. |
no test coverage detected