Thomas,
this is fixed in #634. Thank you for the report.

Friendly,
        Dmitry

Thomas Singer wrote:
> If I inline "params" in the following example:
> 
>   String[] params = {FirstTest.class.getName()};
>   Test.main(params);
> 
> I get:
> 
>   Test.main({FirstTest.class.getName()});
> 
> instead of
> 
>   Test.main(new String[] {FirstTest.class.getName()});
> 
> Tom
> 


-- 
Dmitry Lomov
JetBrains Inc. / IntelliJ Software
http://www.intellij.com
"Develop with pleasure!"

_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to