mirror of
https://github.com/corda/corda.git
synced 2025-06-18 15:18:16 +00:00
handle subroutines properly when generating frame maps (initial sketch)
This commit is contained in:
@ -63,9 +63,9 @@ public class Subroutine {
|
||||
test(false, true);
|
||||
test(true, false);
|
||||
|
||||
test2(1);
|
||||
test2(2);
|
||||
test2(3);
|
||||
String.valueOf(test2(1));
|
||||
String.valueOf(test2(2));
|
||||
String.valueOf(test2(3));
|
||||
}
|
||||
|
||||
private static class DummyException extends RuntimeException { }
|
||||
|
Reference in New Issue
Block a user