View gist:eab95c35bd88767c2e1e
public class Testing { | |
public Testing() { | |
} | |
public void Method() { | |
/* Another Comment | |
on multiple lines */ | |
int x = 9; | |
} | |
} |