1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

compiler: make Fn struct public

This commit is contained in:
Delyan Angelov 2019-10-28 15:37:18 +02:00 committed by Alexander Medvednikov
parent 9e9935acbc
commit 3950b10d2a

View File

@ -12,7 +12,7 @@ const (
MaxLocalVars = 50
)
pub
struct Fn {
// addr int
pub: