moved to community

This commit is contained in:
Alexey Kudravtsev
2010-08-25 14:37:23 +04:00
parent 8fc27f7cf2
commit d856e1330d
11 changed files with 98 additions and 0 deletions
@@ -0,0 +1,6 @@
class Test {
/**<caret>
void test() {
String something = "/** something */";
}
}