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

gen: add type name to comp for (#10881)

This commit is contained in:
Louis Schmieder
2021-07-21 22:45:08 +02:00
committed by GitHub
parent 713a079684
commit dd3ee20566
3 changed files with 5 additions and 0 deletions

View File

@@ -108,6 +108,7 @@ pub:
args []MethodArgs
return_type int
typ int
type_name string
}
// FieldData holds information about a field. Fields reside on structs.
@@ -119,6 +120,7 @@ pub:
is_mut bool
is_shared bool
typ int
type_name string
}
enum AttributeKind {