blob: 890cf286da4301ec6be06b21829888e350c1a422 [file] [log] [blame]
package build.chip.java.tests;
public class IncludedInSources {
IncludedInChildSources includedInChildSources;
IncludedInChildSources2 includedInChildSources2;
IncludedInGrandchildSources includedInGrandchildSources;
IncludedInJar includedInJar;
}