mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 08:25:02 +01:00
6 lines
No EOL
101 B
Text
6 lines
No EOL
101 B
Text
function main() = (
|
|
x();
|
|
//~^ ERROR: missing argument of type Int
|
|
);
|
|
|
|
function x(_a: Int) = ; |