blob: 7490822a844d6c7e0a29b7fef8bf1ca3178ff7e9 [file] [log] [blame]
public class A {
private void foo() {
assert true : "Hello;";
int i = 9;
}
}