shithub: mc

ref: 52a5be5adc041a5dc8daa1238a1f307c728e75c8
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
}