mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
IDEA-42378 Live template expansion: existing identifier is converted to lower case
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import java.io.File;
|
||||
|
||||
class Foo {
|
||||
{
|
||||
File file = new File("some.txt");
|
||||
System.out.println("file = " + File.<caret>);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user