Skip to content

Commit 56bb90c

Browse files
committed
allow more args on java method
1 parent 716e392 commit 56bb90c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

java_class_proto/src/method.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ __generate!(P0, P1, P2, P3, P4, P5);
109109
__generate!(P0, P1, P2, P3, P4, P5, P6);
110110
__generate!(P0, P1, P2, P3, P4, P5, P6, P7);
111111
__generate!(P0, P1, P2, P3, P4, P5, P6, P7, P8);
112+
__generate!(P0, P1, P2, P3, P4, P5, P6, P7, P8, P9);
113+
__generate!(P0, P1, P2, P3, P4, P5, P6, P7, P8);
112114

113115
impl TypeConverter<i8> for i8 {
114116
fn to_rust(_: &Jvm, raw: JavaValue) -> i8 {

0 commit comments

Comments
 (0)