-
-
Notifications
You must be signed in to change notification settings - Fork 384
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Here is a little problem with the @as
local x = true
local y = x--[[@as integer]] --is `integer` here
local z = x--[[@as string]] --is `true` here
local x = true
local y = x --[[@as integer]] --is `boolean` here because of the space character
local x = true
local y = x--[[@as integer]] --is `integer` here
local z = x--[[@as string]] --is `true` here
local z = x--[[@as string]] --is `string` here
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working