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
interfaceBase2{(x: number): number;}interfaceI2extendsBase2{(x: number): string;// error because base returns non-void}
This code is illegal in 1.0 because call signature in I2 hides one in Base2. We've discussed that that this restriction should be relaxed as it covers very limited surface
The text was updated successfully, but these errors were encountered:
This code is illegal in 1.0 because call signature in
I2
hides one inBase2
. We've discussed that that this restriction should be relaxed as it covers very limited surfaceThe text was updated successfully, but these errors were encountered: