mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-03 18:10:56 +01:00
add return statement
This commit is contained in:
parent
b83c473db5
commit
1fee95b001
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ A polymorphic function's arguments marked with type `T!` will not contribute to
|
|||
|
||||
```luau
|
||||
function test<T>(first: T, second: T, third: T!): T
|
||||
return first
|
||||
end
|
||||
|
||||
test(1, "string", true) -- TypeError: Type `boolean` could not be converted into `number | string`
|
||||
|
|
Loading…
Add table
Reference in a new issue