Added test for editing external annotation.

This commit is contained in:
Evgeny Gerashchenko
2012-09-06 20:46:03 +04:00
parent cfb2a511e9
commit 9b0d18c367
6 changed files with 91 additions and 6 deletions
@@ -0,0 +1,7 @@
package multiRoot;
class Test {
String get(String param) {
return null;
}
}