shithub: mc

ref: 02fa3c02b2bf6f5b7e8473fcb3d8e0140ce9c17e
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
}