restore intention place; fix tests

This commit is contained in:
anna
2012-07-18 17:31:32 +02:00
parent 28230348a2
commit 673cc81da2
5 changed files with 6 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
// "Push condition b inside method call" "true"
// "Push condition 'b' inside method call" "true"
class Foo {
void bar(boolean b){
String s = foo(b ? "true" : "false");