dashdotdashdot

Results 1 issues of dashdotdashdot

The `integer` is usually accepted where `number` is required (but not vice-versa), the former being a subtype of the latter per [the docs](https://teal-language.org/book/types_in_teal.html): ``` local f = function(x: number): number...

semantics