Create this class: ``` fantom class Aaa { private void bcd() { } } ``` ('void' typed in lower-case). 'Expected type name' error is shown, 'bc' is underlined, but not 'd'.