• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1include "bar/bar.fbs";
2include "bar/bar_with_ns.fbs";
3
4table Foo {
5  bar:Bar;
6  bar2:bar.Bar;
7}
8
9root_type Foo;