mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
JIT progress: new, invokespecial, etc.
This commit is contained in:
@ -23,7 +23,7 @@ public class Misc {
|
||||
int b = 2;
|
||||
int c = a + b;
|
||||
|
||||
// Misc m = new Misc();
|
||||
Misc m = new Misc();
|
||||
// String s = "hello";
|
||||
// m.foo(s);
|
||||
// m.bar(s);
|
||||
|
Reference in New Issue
Block a user