package test; class GenericProperty { void foo() { java.util.Map o = TestPackage.getTest(new java.util.HashMap()); } }