Code style preference for (,..) tuple declarations (instead of TupleN[,..]) Follow Taras Tielkes Created December 22, 2009 15:33 Is there a code generation preference to tell the plugin I'd like to see (A,B) instead of Tuple2[A,B] etc?
It's because decompiler shows it in class files as TupleN[...]. I just added an issue: http://youtrack.jetbrains.net/issue/SCL-1690
Best regards,
Alexander Pokhdalyuzin.