TODO
hello world
function function foo(bar: "baz" | "smth"): "baz" | "smth"
foo(bar: "baz" | "smth"
bar: "baz" | "smth") {
var console: Console
console.Console.log(...data: any[]): void
[MDN Reference](https://developer.mozilla.org/docs/Web/API/console/log_static)log("foo")
return bar: "baz" | "smth"
bar
}
function foo(bar: "baz" | "smth"): "baz" | "smth"
foo("baz")