shithub: mc

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