1 package net.sourceforge.pmd.typeresolution.testdata; 2 3 public class InnerClass { 4 public class TheInnerClass { 5 } 6 7 public void foo(TheInnerClass arg) { 8 } 9 }