mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
Added test for editing external annotation.
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
<root>
|
||||
<item name='multiRoot.Test java.lang.String get(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'>
|
||||
<val name="value" val=""foo""/>
|
||||
</annotation>
|
||||
</item>
|
||||
</root>
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
<root>
|
||||
<item name='multiRoot.Test java.lang.String get(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'>
|
||||
<val name="value" val=""bar""/>
|
||||
</annotation>
|
||||
</item>
|
||||
</root>
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
<root>
|
||||
<item name='multiRoot.Test java.lang.String get(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.Nullable'>
|
||||
<val name="value" val=""foo""/>
|
||||
</annotation>
|
||||
</item>
|
||||
</root>
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
<root>
|
||||
<item name='multiRoot.Test java.lang.String get(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.Nullable'>
|
||||
<val name="value" val=""bar""/>
|
||||
</annotation>
|
||||
</item>
|
||||
</root>
|
||||
@@ -0,0 +1,7 @@
|
||||
package multiRoot;
|
||||
|
||||
class Test {
|
||||
String get(String param) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user