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,9 @@
class Foo {
void foo (){
/*
<caret>
text text text
text text text
*/
}
}