Scala学习系列-Scala的类型系统 Posted on 2021-04-26 Edited on 2021-04-27 In scala Views: (未完) 类型介绍具体类型 抽象类型 类型声明type MyType 类型别名type MyInt = Int Notes本文基于Scala2.12.13 参考 https://scala-lang.org/files/archive/spec/2.12/03-types.html