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