move JoinLinesTest to java-tests

This commit is contained in:
Dmitry Jemerov
2015-02-12 12:35:05 +01:00
parent bf1af9137e
commit 831087097d
53 changed files with 521 additions and 0 deletions
@@ -0,0 +1,6 @@
public class Foo {
{
String a = null;<caret>
a = "sss"; //stupid test
}
}