cretz / pratphall

A typed language targeting PHP (abandoned)
http://cretz.github.io/pratphall/
Other
45 stars 5 forks source link

call a static method #22

Open francescoagati opened 10 years ago

francescoagati commented 10 years ago

Hi, id like to translate this code in PratPhall. But i don't know how to covert the call to a static method

Route::get('/', function() { return 'Hello World'; });

Thanks in advance for help