// "Collapse into loop" "true-preview" class X { void test() { foo("foo"); foo("bar"); foo(123); } void foo(Object obj) {} }