more java tests moved to community

This commit is contained in:
Alexey Kudravtsev
2010-06-25 12:46:40 +04:00
parent 735a9d17a8
commit 2718da9fc7
1139 changed files with 14287 additions and 0 deletions
@@ -0,0 +1,5 @@
class Test{
{
for<EOLError/>
}
}
@@ -0,0 +1,5 @@
class Foo{
void foo(){
for(int i = 0; i < 0<error>)</error> foo();
}
}
@@ -0,0 +1,5 @@
class Test{
{
for(<EOLError/>
}
}
@@ -0,0 +1,5 @@
class Test{
{
for(int i = 0;;<EOLError/>
}
}
@@ -0,0 +1,5 @@
class Test{
{
for(int i = 0; i < 10<EOLError/>
}
}
@@ -0,0 +1,5 @@
class Test{
{
for(int i = 0; i < 10;<EOLError/>
}
}
@@ -0,0 +1,5 @@
class Test{
{
for(int i = 0; i < 10; i++<EOLError/>
}
}
@@ -0,0 +1,5 @@
class Test{
{
for(int i = 0; i < 10; i++)<EOLError/>
}
}
@@ -0,0 +1,5 @@
class Foo{
void foo(){
for(<error>)</error> foo();
}
}
@@ -0,0 +1,5 @@
class Foo{
void foo(){
for(int i = 0;<error>)</error> foo();
}
}
@@ -0,0 +1,5 @@
class Test{
{
if<EOLError/>
}
}
@@ -0,0 +1,5 @@
class Test{
{
if (<EOLError/>
}
}
@@ -0,0 +1,5 @@
class Test{
{
if (true<EOLError/>
}
}
@@ -0,0 +1,5 @@
class Test{
{
if (true)<EOLError/>
}
}
@@ -0,0 +1,5 @@
class Test{
{
if (<error>)</error>{}
}
}
@@ -0,0 +1,7 @@
class Test{
{
if (true){
}
else<EOLError/>
}
}
@@ -0,0 +1,5 @@
class Test{
void foo(){
return<EOLError/>
}
}
@@ -0,0 +1,5 @@
class Test{
int foo(){
return 1<EOLError/>
}
}
@@ -0,0 +1,5 @@
class Test{
{
while<EOLError/>
}
}
@@ -0,0 +1,5 @@
class Test{
{
while(<EOLError/>
}
}
@@ -0,0 +1,5 @@
class Test{
{
while(true<EOLError/>
}
}
@@ -0,0 +1,5 @@
class Test{
{
while(true)<EOLError/>
}
}
@@ -0,0 +1,5 @@
class Test{
{
while(<error>)</error>{}
}
}