-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
Unit: Type SystemBugs/feature requests, that are related to the V types system.Bugs/feature requests, that are related to the V types system.
Description
Why type of a and b and values of them are not the same???
I'm expecting int and 420.
fn main() {
a := 300 + u8(120)
println(typeof(a).name)
b := int(300) + u8(120)
println(typeof(b).name)
}Please review this issue and fix if necessary.
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
Avey777, jorgeluismireles and K1ndWha1e
Metadata
Metadata
Assignees
Labels
Unit: Type SystemBugs/feature requests, that are related to the V types system.Bugs/feature requests, that are related to the V types system.