| ./test.zig:2:7: error: incompatible types: 'i32' and 'f64' | |
| a + b | |
| ^ | |
| ./test.zig:6:8: note: called from here | |
| add(a, b) | |
| ^ | |
| ./test.zig:10:8: note: called from here | |
| foo(a, b) | |
| ^ | |
| ./test.zig:14:8: note: called from here | |
| bar(f64, 123, 456) | |
| ^ | |
| ./test.zig:2:5: note: type 'i32' here | |
| a + b | |
| ^ | |
| ./test.zig:2:9: note: type 'f64' here | |
| a + b | |
| ^ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment