mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: add support for enum Xyz as u64 {
+ tests (#16246)
This commit is contained in:
@ -118,7 +118,7 @@ pub enum ImageType {
|
||||
_num
|
||||
}
|
||||
|
||||
pub enum CubeFace {
|
||||
pub enum CubeFace as u32 {
|
||||
pos_x
|
||||
neg_x
|
||||
pos_y
|
||||
|
Reference in New Issue
Block a user