shithub: mc

ref: 764fd41f08380207107ec05f65d0d0bf5b76797c
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
}