mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-07 13:33:13 +00:00
Fix constant conversion for complex numbers from integers
This commit is contained in:
@@ -5,5 +5,7 @@
|
||||
|
||||
main :: proc() {
|
||||
x := 1+2i;
|
||||
y := 3-4i;
|
||||
x = x*y;
|
||||
fmt.printf("%v\n", x);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user