Scala Helloworld计划问题

时间:2016-03-10 00:57:20

标签: scala

此代码有什么问题?

object HelloWorld {
  def main(args: Array[String]): Unit = {
    println("Hello, world!")
  }
}

错误输出:

 }

 <console>:1: error: eof expected but '}' found.
}
^

2 个答案:

答案 0 :(得分:3)

指出你需要移除的额外支撑

object HelloWorld {
  def main(args: Array[String]): Unit = {
    println("Hello, world!")
  }
}


 } //You have to remove this extra brace

答案 1 :(得分:2)

有效(并且语法更短)也是定义一个扩展特征scope.$on('DataUpdated', ...); 对象,

App