| package test4; | |
| import java.util.ArrayList; | |
| public class CCTest4ai { | |
| public static final int TEST_FIELD = 1; | |
| public static final List<String> testMethod() { | |
| List<String> result = new ArrayList<String>(); | |
| result.add("Hello, world."); | |
| return result; | |
| } | |
| public class Inner { | |
| } | |
| } |