mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 10:48:09 +07:00
[mod-commands] Basic support for templates and member chooser
GitOrigin-RevId: e7df218ea71800e71409de20474f43eb758e41de
This commit is contained in:
committed by
intellij-monorepo-bot
parent
95f104864a
commit
4c7609bdd7
@@ -1,5 +1,5 @@
|
||||
// "Initialize variable 'X'" "true-preview"
|
||||
interface Foo {
|
||||
char X = 0;
|
||||
char X = 0 .Y;
|
||||
int a = X;
|
||||
}
|
||||
Reference in New Issue
Block a user