6 lines
74 B
Plaintext
6 lines
74 B
Plaintext
|
class UsecaseTwo{
|
||
|
foo(bar){
|
||
|
bar = new Integer(3);
|
||
|
return bar!=2;
|
||
|
}
|
||
|
}
|