source:
trunk/openjdk/hotspot/test/runtime/6929067/T.java
Last change on this file was 278, checked in by , 14 years ago | |
---|---|
File size: 157 bytes |
Line | |
---|---|
1 | public class T |
2 | { |
3 | public static boolean foo(boolean bar) |
4 | { |
5 | return bar; |
6 | } |
7 | |
8 | public static void printIt() |
9 | { |
10 | System.out.println("Hello"); |
11 | } |
12 | } |
Note:
See TracBrowser
for help on using the repository browser.