7 lines
60 B
Plaintext
Raw Normal View History

2015-10-15 17:46:13 +02:00
class Condition{
Boolean method() {
return 0 == 1;
}
}