KotlinIsland
KotlinIsland
```ts (1).toFixed; 1; ``` These should be reported as unused values.
```ts const a = { foo() { console.log("hi") }, get bar() { console.log("side effect in bar"); return () => { console.log("hi") }; } } a.foo // should warn that this...
[import-completions-in-the-lsp](https://deno.com/blog/v1.9#import-completions-in-the-lsp) [registry completions documentation.](https://github.com/denoland/vscode_deno/blob/main/docs/ImportCompletions.md#module-registry-completions)
- resolves: #367
```py reveal_type([]) # Never (from nothing) a: Never reveal_type(a) # Never ```
TODO: tests, documentation
Please include an amongus reference in this PR. - resolves: #111 todo: - tests - doco