All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scouter.server.netio.service.net.Test.scala Maven / Gradle / Ivy

There is a newer version: 2.20.0
Show newest version
package scouter.server.netio.service.net

object Test {

    def main(args: Array[String]): Unit = {
        val a =3
        
        a match {
            case 1 | 2 => println("a=>"+a)
            case _ =>  println("not match")
        }
        
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy