blob: a78fc035dde4f0857554edbd48ed5ee8637b1060 [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/fail170.d(8): Error: variable fail170.foo.x cannot be final, perhaps you meant const?
---
*/
void foo(final out int x) { }