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