shithub: mc

ref: 27c111b6225c11583aa5da5f198d82bb5c41003d
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
}