Skip to content

Commit 60b97af

Browse files
authored
Update InteractiveDemo.cod
1 parent f4b97aa commit 60b97af

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/main/cod/InteractiveDemo.cod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ share InteractiveDemo {
3030
// Method with single expression
3131
local add(int a, int b) ~> a + b
3232

33+
// TBA: This should fail the compilation but for now doesn't yet.
3334
~| x, y
3435
local haha(int a) {
3536
}
@@ -344,4 +345,5 @@ share InteractiveDemo {
344345
Sys.outln("=== DEMO COMPLETE ===")
345346
Sys.outln("Thank you for using Coderive!")
346347
}
347-
}
348+
349+
}

0 commit comments

Comments
 (0)