move a couple tests with right dependencies to community

This commit is contained in:
Alexey Kudravtsev
2019-04-12 03:50:43 +03:00
parent 553f34138e
commit b772c5559c
32 changed files with 588 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
class Test {
/**
*
* @param i this is my
* multiline description<caret>
* @param argument
*/
void test(int i, int argument) {
}
}