1### Compilation failed: 2 3error: 3: field 'f' was already defined in the same interface block ('IB') 4 float f; 5 ^^^^^^^^ 6error: 7: symbol 'f' was already defined 7IB2 { float f; }; 8 ^^^^^^^^ 92 errors 10