shithub: mc

ref: 53712aa0fc95a84fa36b4960aeef98ceee6859bc
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
}