Skip to content

[BUG] List of message types shouldn't have nullable child #25

@Dogacel

Description

@Dogacel

Describe the bug
repeated MyMessage my_messages = 1;

This generates a field with type List<MyMessage?>, however it should be List<MyMessage>.

To Reproduce
Code to reproduce the problem

message InvalidMessage { 
  repeated InvalidMessage invalidMessage = 1;
}

Expected behavior
List<MyMessage>

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions