We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Step to reproduce
public class Class1 { public void method1(int[] arr) { } }
var arr = [1, 2, 3]; var c = new Class1(); for (var i=0; i<50000; i ++) { c.method1(arr); }
The text was updated successfully, but these errors were encountered:
fix issue #167
2f228d5
add unit test for issue #167
47c4d5b
slavchev
No branches or pull requests
Step to reproduce
The text was updated successfully, but these errors were encountered: