Add PSI test templates for identifiers
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun f() {
|
||||
try {} catch (<!ELEMENT!>: Any) {}
|
||||
|
||||
try {} catch (@a <!ELEMENT!>: Any) {}
|
||||
}
|
||||
Reference in New Issue
Block a user