shithub: mc

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