source: release-kits/lirk3/resources/gs3-release-maker/apache-ant-1.6.5/src/etc/testcases/taskdefs/optional/depend/src4/test/MethodParam.java@ 14982

Last change on this file since 14982 was 14982, checked in by oranfry, 16 years ago

initial import of LiRK3

File size: 131 bytes
Line 
1package test;
2
3public class MethodParam {
4 void method1() {
5 System.out.print(ContainsOnlyInner.class);
6 }
7}
8
Note: See TracBrowser for help on using the repository browser.