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
@dungdm93: This has already been addressed in master with our new emitter. You should be able to test these changes using our nightly builds. If you are using NodeJS, you can install the latest nightly build via npm install typescript@next.
TypeScript Version: 2.0.3
Code
Expected behavior:
print
Hello world
Actual behavior:
print
undefined undefined
So look at Abstract class in JavaScript.
foo
&bar
implementations are generated even they declared asabstract
.The text was updated successfully, but these errors were encountered: