shithub: mc

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