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
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public class PR20418
|
||||
{
|
||||
public static void main( String[] args)
|
||||
{
|
||||
java.io.File = new java.io.File( "junk");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user