mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
Update scala-cn.html.markdown
miss a comma at line 372
This commit is contained in:
parent
10af53dd71
commit
ce2e9b93fb
@ -369,7 +369,7 @@ import scala.collection.immutable._
|
||||
import scala.collection.immutable.{List, Map}
|
||||
|
||||
// 使用 '=>' 来重命名一个 import
|
||||
import scala.collection.immutable{ List => ImmutableList }
|
||||
import scala.collection.immutable.{ List => ImmutableList }
|
||||
|
||||
// import 除了一些类的其它所有的类。下面的例子除去了 Map 类和 Set 类:
|
||||
import scala.collection.immutable.{Map => _, Set => _, _}
|
||||
|
Loading…
Reference in New Issue
Block a user