// "Replace call with method body" "true" class Test { void test() { { int a = 6; } int a =5; } }