Closed thekid closed 3 years ago
(As of PHP 7.4.0)
For arguments:
newinstance('lang.Runnable', [], [ 'test' => function(string $arg) { }, 'run' => function() { } ]);
For return types:
newinstance('lang.Runnable', [], [ 'test' => function($arg): string { }, 'run' => function() { } ]);
Released in https://github.com/xp-framework/core/releases/tag/v10.5.1
(As of PHP 7.4.0)
For arguments:
For return types: