Skip to content

Struct field type ignored #1

@kevinjwz

Description

@kevinjwz
type myInt int

type myStruct struct {
	aaa	int
	bbb	myInt		// "myInt" scoped as "source.go"
	ccc	[]myInt
	ddd	map[myInt]int	// "myInt" scoped as "source.go"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions