mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 10:20:15 +07:00
restore intention place; fix tests
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user