Skip to content

Conversation

@treert
Copy link

@treert treert commented Nov 14, 2016

package example;
message A{
    optional B b = 1;
}
message B{
    optional int32 id;
}

B is defined after A, then get_ref_name return wrong name '.B'

```
package example;
message A{
    optional B b = 1;
}
message B{
    optional int32 id;
}
```
B is defined after A, then get_ref_name return wrong name '.B'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant