shithub: mc

ref: 57d9a13a1046c79a3393317c47f93ebb54807786
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
}