We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3b598 commit d1e3466Copy full SHA for d1e3466
_zh-cn/tour/pattern-matching.md
@@ -151,3 +151,4 @@ def findPlaceToSit(piece: Furniture): String = piece match {
151
## 备注
152
153
Scala的模式匹配语句对于使用[案例类(case classes)](case-classes.html)表示的类型非常有用,同时也可以利用[提取器对象(extractor objects)](extractor-objects.html)中的`unapply`方法来定义非案例类对象的匹配。
154
+
0 commit comments