packages feed

language-java-0.2.7: tests/java/good/invoke-method-after-creating.java

class Something {
   void a() {
      new Object().a();
   }
}