leo/tests/parser/functions/annotated_twice.leo
2021-04-12 13:15:40 -07:00

9 lines
86 B
Plaintext

/*
namespace: Parse
expectation: Pass
*/
@test @test2
function x() {
return ();
}