在带有最新Scala插件的IntelliJ 9.0.2上,问题是代码格式化程序将此转换为:
object Test { def main (args: Array[String]) { if (...) { ... } } }
对此:
这是一件小事,但速度慢得让我抓狂:/
issue .