shithub: mc

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