mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
convert to local: restore comments once (IDEA-192268ˆ)
This commit is contained in:
+3
@@ -3,6 +3,9 @@ class TestFieldConversion
|
||||
{
|
||||
|
||||
public void someMethod(int s) {
|
||||
/**
|
||||
* doc1
|
||||
*/
|
||||
int someInt = 0;
|
||||
switch (s) {
|
||||
case 1:
|
||||
|
||||
+3
@@ -1,6 +1,9 @@
|
||||
// "Convert to local" "true"
|
||||
class TestFieldConversion
|
||||
{
|
||||
/**
|
||||
* doc1
|
||||
*/
|
||||
private int som<caret>eInt = 0;
|
||||
|
||||
public void someMethod(int s) {
|
||||
|
||||
Reference in New Issue
Block a user