shithub: mc

ref: d3672bb4f2ef344e41ff7fd3cb8c801a8edc6513
dir: /test/generic-in-const.myr/

View raw version
use std
/*
should fail to compile because generic types
are only allowed in generic declarations.
*/
const foo = {v : @a
	-> v
}