shithub: mc

ref: 3bfbe159e8d71287487c01ce8791d70b554ac9df
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
}