mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 18:30:06 +00:00
Fix __get_map_key
This commit is contained in:
@@ -946,7 +946,12 @@ deferred_procedure_associations :: proc() {
|
||||
}
|
||||
|
||||
main :: proc() {
|
||||
when true {
|
||||
x: map[int]int;
|
||||
x[123] = 123;
|
||||
fmt.println(x);
|
||||
fmt.println(x[123]);
|
||||
|
||||
when false {
|
||||
general_stuff();
|
||||
union_type();
|
||||
parametric_polymorphism();
|
||||
|
||||
Reference in New Issue
Block a user