buzz
buzz copied to clipboard
Generic not populated inside function
fun hey::<T>() > void {
[T] list = [];
debug.dump(typeof list);
}
hey::<int>();
gives
type: 0x101d78400 `[generic type #18-0]`
expected
type: 0x101d78400 `[int]`