Replies: 2 comments
-
Can you help out with the PR? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Feature request.
Given this c# class:
And this code:
With Jint latest stable: you get ByArray not matter what call you Test["A"], Test[0, 0] or Test[0, 0, 0, 0] or in fact anything between the []
With Jint latest beta: you get nothing meaningful not matter what call Test
It should return ByAddress (Test["A"]), ByArray2 (Test[0, 0]), ByArray4 (Test[0, 0, 0, 0].
Beta Was this translation helpful? Give feedback.
All reactions