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