blob: 61c7ae6b0ad6efd44016f7a1bfe30f858fdf175b [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) { }