Created
July 8, 2019 05:28
-
-
Save alexzuza/ae9b80b022aff866178c27bfd18f4fbc to your computer and use it in GitHub Desktop.
t27
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function _tcb1(ctx: i0.AppComponent) { | |
if (true) { | |
var _t1 = document.createElement("input"); | |
_t1.s; // Property 's' does not exist on type 'HTMLInputElement'. | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment