Skip to content

Conversation

@tiann
Copy link

@tiann tiann commented Sep 27, 2019

If i want to call a method with string parameters, such as:

public class DeductTest {
    public static void string(String param) {}
}

and i call it in lua:

Deduct.string("a")

this would throw an NosuchMethodException, because it force single char string to char.

this PR should fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant