[mod-commands] Basic support for templates and member chooser

GitOrigin-RevId: e7df218ea71800e71409de20474f43eb758e41de
This commit is contained in:
Tagir Valeev
2023-07-12 18:14:37 +02:00
committed by intellij-monorepo-bot
parent 95f104864a
commit 4c7609bdd7
38 changed files with 660 additions and 482 deletions

View File

@@ -1,5 +1,5 @@
// "Initialize variable 'X'" "true-preview"
interface Foo {
char X = 0;
char X = 0 .Y;
int a = X;
}