Veikka Tuominen e0fb0770d1 Sema: if generic function evaluates to another generic function call it inline
```zig
fn foo(a: anytype, b: @TypeOf(a)) void { _ = b; }
test {
    // foo evaluates to `fn (type) void` and must be called inline
    foo(u32, u32);
}
```
2022-03-10 13:04:55 +02:00
..
2022-02-22 21:57:42 +01:00
2021-06-21 17:03:03 -07:00
2022-03-05 11:31:51 +01:00
2022-03-09 13:53:20 -07:00
2022-03-09 13:53:20 -07:00
2021-06-21 17:03:03 -07:00
2022-02-22 21:57:42 +01:00
2022-02-28 23:20:05 +01:00
2022-03-09 13:53:20 -07:00
2022-03-09 13:53:20 -07:00
2022-03-09 13:53:20 -07:00
2022-03-08 21:10:04 +01:00
2022-02-09 10:28:48 +01:00
2022-02-22 21:57:42 +01:00
2022-03-09 13:53:20 -07:00
2022-03-08 21:10:04 +01:00
2022-02-28 23:20:05 +01:00
2022-03-09 13:53:20 -07:00
2022-03-09 13:53:20 -07:00
2022-03-09 13:53:20 -07:00
2022-03-08 20:38:12 +02:00
2021-06-12 19:16:01 +03:00
2021-06-21 17:03:03 -07:00
2022-03-09 13:53:20 -07:00