mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-28 06:51:01 +07:00
Keeping the block does not work correctly for blocks with return statement GitOrigin-RevId: d14e22e793840d74957928a8d7748275db4929ef
8 lines
118 B
Java
8 lines
118 B
Java
// "Replace call with method body" "true-preview"
|
|
|
|
class Test {
|
|
void test() {
|
|
int a1 =6;
|
|
int a =5;
|
|
}
|
|
} |