shithub: mc

ref: 01be94abcf0a010b24bc7f7b177bf40c5c45b7f1
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
}