# Test for resolving usages of generic instances before their definition HelloEarth : @{ Hello("modified") } Hello : @ mode = "standard" { 'Hello' _ Expect print(mode) World print(*World) } Earth : @{ 'Earth' } HelloEarth #--- #HelloHelloEarth #--- # #standard #modified