Add PSI test templates for identifiers
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class <!ELEMENT!> {}
|
||||
|
||||
internal class A: <!ELEMENT!> {}
|
||||
|
||||
interface <!ELEMENT!> {}
|
||||
|
||||
interface A: @<!ELEMENT!> B {}
|
||||
|
||||
interface A: B, C, <!ELEMENT!> {}
|
||||
Reference in New Issue
Block a user