mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 18:58:31 +07:00
EA-47443 - assert: CreateLocalFromUsageFix.getAnchor
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// "Create Local Variable 'zeit'" "true"
|
||||
public class A {
|
||||
{
|
||||
Object zeit;
|
||||
Runnable r = new Runnable(zeit) {};
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
// "Create Local Variable 'zeit'" "true"
|
||||
public class A {
|
||||
{
|
||||
Runnable r = new Runnable(ze<caret>it) {};
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
// "Create Local Variable 'zeit'" "false"
|
||||
public class A {
|
||||
Runnable r = new Runnable(ze<caret>it) {};
|
||||
}
|
||||
Reference in New Issue
Block a user