From ef1f4673b7ac3c85ee56b02e138a171653b6610d Mon Sep 17 00:00:00 2001 From: Michael Zucchi Date: Tue, 14 May 2019 22:32:25 +0930 Subject: [PATCH] Handle $ in type names. --- src/notzed.nativez/jni/nativez-gen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notzed.nativez/jni/nativez-gen b/src/notzed.nativez/jni/nativez-gen index 710ee4a..f359fdf 100755 --- a/src/notzed.nativez/jni/nativez-gen +++ b/src/notzed.nativez/jni/nativez-gen @@ -91,7 +91,7 @@ while () { } } elsif ($mode eq "java") { # maps to strict "[static|],name,(arguments)" - if (m/(static)? *([\w<>]*) *, *([\[\w<>\(\)\/;]*)/) { + if (m/(static)? *([\w<>]*) *, *([\[\w\$<>\(\)\/;]*)/) { push @classes,"$1,$2,$3"; } } -- 2.39.2