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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user