// Case c:
interface Foo {}
class Bar implements Foo {}
class Foo {}
new Bar()  // This line should display "cannot be referenced until this error is corrected" message

