class type not exported without functions
Bug #1673980 reported by
edA-qa
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Leaf |
New
|
Undecided
|
Unassigned |
Bug Description
It appears that a class type is not exported unless it has functions.
```
@export
class buffer {
var capacity = 0
}
```
leaf_dump didnt' show `buffer`
To post a comment you must log in.