// message Contact {
// optional com.google.test.Type type = 1;
// }
@Test public void should_provide_imported_Types_with_equal_package() {
MessageField field = xtext.find("type", " =", MessageField.class);
IScope scope = scopeProvider.scope_ComplexTypeLink_target(typeOf(field), reference);
assertThat(descriptionsIn(scope), containAll("Type", "proto.Type", "google.proto.Type", "com.google.proto.Type",
".com.google.proto.Type",
"Address", "proto.Address", "google.proto.Address",
"com.google.proto.Address", ".com.google.proto.Address",
"Contact", "proto.Contact", "google.proto.Contact",