shithub: mc

ref: b08f20e577c31f439f4beb525125c6823b27c606
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
}