Files
hakorune/tests/development/test_builtin_delegation_full.hako

6 lines
101 B
Plaintext

world = new IntentBox()
child = new TestChild("test", world)
child.send("hello", "data", "target")