mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
do not migrate from type to self
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
// "Change 'var' type to 'Foo" "false"
|
||||
public class Test {
|
||||
void foo() {
|
||||
final Foo var = new Foo();
|
||||
var.foo("", 6<caret>6);
|
||||
}
|
||||
}
|
||||
|
||||
class Foo {
|
||||
void foo(String str, String str1){}
|
||||
}
|
||||
Reference in New Issue
Block a user