Files
Odin/src
Joseph Battelle 3a3d415295 Fix issue #486
Use `check_is_assignable_to_using_subtype` in
`is_polymorphic_type_assignable`.

The polymorphic procedure in #486 can now also be written without the
cast:
```odin
print_entity :: proc(e : ^$E, p : proc(^$T) = print_base) { p(e); }
```
2020-09-16 12:32:57 -07:00
..
2020-02-01 22:50:57 +00:00
2020-06-10 15:09:04 +01:00
2020-05-30 16:45:49 +01:00
2020-09-16 12:32:57 -07:00
2020-09-14 16:41:53 -07:00
2020-09-13 22:58:05 -07:00
2020-06-16 16:21:44 +01:00
2018-06-17 10:58:59 +01:00
2020-05-30 16:45:49 +01:00
2020-09-15 23:22:19 +01:00
2020-09-15 12:45:44 +01:00
2019-10-26 14:29:04 +01:00
2019-09-03 22:11:21 +01:00
2019-11-10 21:49:02 +00:00