We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b97aa commit 60b97afCopy full SHA for 60b97af
1 file changed
src/main/cod/InteractiveDemo.cod
@@ -30,6 +30,7 @@ share InteractiveDemo {
30
// Method with single expression
31
local add(int a, int b) ~> a + b
32
33
+ // TBA: This should fail the compilation but for now doesn't yet.
34
~| x, y
35
local haha(int a) {
36
}
@@ -344,4 +345,5 @@ share InteractiveDemo {
344
345
Sys.outln("=== DEMO COMPLETE ===")
346
Sys.outln("Thank you for using Coderive!")
347
-}
348
+
349
+}
0 commit comments