Fix unnammed enum crash regression
This commit is contained in:
parent
e514e3732a
commit
4854e723be
3 changed files with 9 additions and 1 deletions
|
|
@ -0,0 +1,7 @@
|
|||
enum {
|
||||
V1,
|
||||
V2 = V1,
|
||||
}
|
||||
|
||||
func test():
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue