peon/tests/dispatch.pn

8 lines
104 B
Plaintext

operator `+`(a: int): int {
return a;
}
+1; # Works: defined for int64
+1'i32; # Will not work