1 /* 2 TEST_OUTPUT: 3 --- 4 fail_compilation/fail184.d(8): Error: redundant attribute `final` 5 --- 6 */ 7 8 final final int x; 9