aboutsummaryrefslogtreecommitdiff
path: root/tests/trait_expand.ek
blob: eca1e16f8559e10a91cdce6fc1bea705aed90189 (plain) (blame)
1
2
3
4
5
6
7
define b[] {
	a![];
}

define a[] {
	a(*a a);
}