natxnek
Results
2
issues of
natxnek
```lua export type testTable = { test: (foo: string, bar: number) -> () } return { test = function(foo, bar) --foo and bar are unknown here end, } :: testTable...
bug
Sample function where this issue works: ```lua --note: when doing `predicate: (key: K, value: V)` the type for key and value is K and V but it doesn't take the...
bug
new solver