TypeScript/tests/projects/outfile-concat/first/first_part3.ts
2018-06-05 13:19:52 -07:00

3 lines
No EOL
47 B
TypeScript

function f() {
return "JS does hoists";
}