Pattern Matching

Run Settings
LanguageScala
Language Version
Run Command
object Main extends App { def matchTest(x: Any): Any = x match { case 1 => "one" case "two" => 2 case y: Int => "scala.Int" case true => "true" case _ => "none" } println(matchTest(3.54)) }
Editor Settings
Theme
Key bindings
Full width
Lines