blob: 1844eef092eb63700793596a0842d8a51d016f8e [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) {
}
}