shithub: mc

ref: 8bcba75efd9dd84da2ba9d9634d456d960580f68
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
}