Creating self-closing tag when annotation arguments list is not null, but empty. Added test.

This commit is contained in:
Evgeny Gerashchenko
2012-09-06 20:46:01 +04:00
parent 37ceccb1eb
commit cfb2a511e9
3 changed files with 14 additions and 1 deletions
@@ -0,0 +1,11 @@
<root>
<item name='p.TestDeannotation java.lang.String get()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='p.TestDeannotation1 java.lang.String get(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='p.Test java.lang.String get()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
</root>