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