blob: 938f7128f457e084e902843dfd34fc4759165e0b [file] [log] [blame]
public class Test {
// Test line comment
int i;
/*
* test block comment
*/
int k;
/**
* Test javadoc comment
* @param args given arguments
*/
public static void main(String[] args) {
}
}