TypeScript Version: 3.6.4
Search Terms:
"Related Issues" feature of GitHub uses the title as search terms.
Code
classBase{getfoo(){return5}}classChildextendsBase{foo=10}newChild// runtime error!Expected behavior:
Type error during compile
Actual behavior:
No error until runtime.
Playground Link:
playground
Related Issues:
Might be duplicate of #13347, but not sure.
TypeScript Version: 3.6.4
Search Terms:
"Related Issues" feature of GitHub uses the title as search terms.
Code
Expected behavior:
Type error during compile
Actual behavior:
No error until runtime.
Playground Link:
playground
Related Issues:
Might be duplicate of #13347, but not sure.