object Main {def main(args: Array[String]) {val i = 12;i=(i).*(3);println(i);println("Hello, world!");}}
Standard input is empty
Main.scala:4: error: reassignment to val i=(i).*(3); ^ one error found
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!