You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test.d(4): Error: undefined identifier `UnknownType`
test.d(9): Error: function `test.Foo.foo` does not override any function
The error on line 9 is spurious. The Foo class is perfectly fine, the problem is contained entirely in IFoo.
The text was updated successfully, but these errors were encountered:
VPanteleev-S7
changed the title
Spurious "does not override any function" when the inherited class has errors
Spurious "does not override any function" when the inherited interface has errors
Apr 8, 2025
Compiler output:
The error on line 9 is spurious. The
Foo
class is perfectly fine, the problem is contained entirely inIFoo
.The text was updated successfully, but these errors were encountered: