Code style preference for (,..) tuple declarations (instead of TupleN[,..]) 关注 Taras Tielkes 创建于 2009年12月22日 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.