Add PSI test templates for identifiers

This commit is contained in:
victor.petukhov
2018-09-25 13:02:03 +03:00
parent 4bfa90dc25
commit ed73513d48
28 changed files with 251 additions and 0 deletions
@@ -0,0 +1,11 @@
fun f1() {
f2(<!ELEMENT!> = expr)
f3(<!ELEMENT!> = (0L - 10 + throw E() - -.09))
f4(
<!ELEMENT!> = return return,
<!ELEMENT!> = try {} finally {},
<!ELEMENT!> = 0x10
)
}