shithub: mc

ref: 180c0d000870433ae0108bb0bac1e9cdac5ce92c
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
}