Skip to content

Arrays of custom declared types are not supported #480

@jcp19

Description

@jcp19

The following fails:

package test

type T struct{}

func f() {
    _ := [3]T{}
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions