6 lines
74 B
Plaintext
Raw Normal View History

2013-10-18 13:33:46 +02:00
class UsecaseTwo{
foo(bar){
bar = new Integer(3);
return bar!=2;
}
}