(** * Errors in the feature declarations *) Class A { b Int <- 2; -- Missing colon test:; -- Missing type ID a: Int <- ; -- Missing expression b Int <- 2; -- Missing colon test(): nt { -- Type ID, closing parenthesis 0 ; };