mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
inline: accept to inline constant from library (IDEA-106167)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import java.io.File;
|
||||
|
||||
public class Test {
|
||||
private static final String c = File.separa<caret>tor;
|
||||
}
|
||||
Reference in New Issue
Block a user