blob: 016340b8ad78c0f9bca053587ad786daf78d6484 [file] [log] [blame]
package p;
class A {
public void testRLV() {
boolean test= true;
boolean t= (test);
}
}