7 lines
60 B
Plaintext
7 lines
60 B
Plaintext
|
class Condition{
|
||
|
|
||
|
Boolean method() {
|
||
|
return 0 == 1;
|
||
|
}
|
||
|
|
||
|
}
|