📄 scopes.scala
字号:
case class test0(x: int, x: float)object test1 { type t = int type t = float val x: int = 0 val x: float = .0f; { val y: int = 0 val y: float = .0f () } def f1(x: int, x: float) = x def f2(x: int)(y: int, y: float) = x + y val closure = (x: int, x: float) => x List() match { case x::x => x case Nil => Nil }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -