gcc/libjava/testsuite/libjava.compile/PR20418.java
David Daney 498f0cf38a re PR java/20418 (ICE if variable name is omitted in an initialiser and a qualified type for the variable is used)
* testsuite/libjava.compile/PR20418.java: New.
	* testsuite/libjava.compile/PR20418.xfail: New.

From-SVN: r113707
2006-05-11 17:52:42 +00:00

8 lines
121 B
Java

public class PR20418
{
public static void main( String[] args)
{
java.io.File = new java.io.File( "junk");
}
}