Skip to content

fix bug for nested message#29

Open
treert wants to merge 1 commit into
sean-lin:masterfrom
treert:patch-1
Open

fix bug for nested message#29
treert wants to merge 1 commit into
sean-lin:masterfrom
treert:patch-1

Conversation

@treert
Copy link
Copy Markdown

@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