Consider a compilation unit with a package clause, like:
package test.pack;
The "test.pack" and "test", AST nodes do not have Symbols (and TypeMirrors) attached. It would be good if these Nodes could have Symbols and types attached.
package test.pack;
The "test.pack" and "test", AST nodes do not have Symbols (and TypeMirrors) attached. It would be good if these Nodes could have Symbols and types attached.