Jauhar Arifin

Results 2 comments of Jauhar Arifin

> I think that `data` is always `TData | {}` in Apollo. Would it be best to do this too here? I'm using typescript but my IDE hinted me that...

This can also be triggered with simpler code, for example: ``` fn main() { let y: *AAA = 0; let z: *i32 = 1; y == z; } ``` In...