mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: various fixes for [heap]/auto-heap handling (#10033)
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
// that can be found in the LICENSE file.
|
||||
module ast
|
||||
|
||||
[heap]
|
||||
pub struct Scope {
|
||||
pub mut:
|
||||
// mut:
|
||||
|
Reference in New Issue
Block a user