JavaPatternMatching/test/bytecode/IfStatement.jav
2015-10-15 17:46:13 +02:00

7 lines
55 B
Java

class IfStatement{
method(flag){
if(flag){
}
}
}