Skip to content

Commit 22f5de5

Browse files
committed
Delete obsolete limitation of interp in pattern
Eugene commented on the doc site and folks are confused on SO. This deletes the statement of limitation.
1 parent 536b324 commit 22f5de5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

overviews/core/_posts/2012-09-21-string-interpolation.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,3 @@ So, the `json` method has access to the raw pieces of strings and each expressio
135135

136136
Each of the string portions of the processed string are exposed in the `StringContext`'s `parts` member. Each of the expression values is passed into the `json` method's `args` parameter. The `json` method takes this and generates a big string which it then parses into JSON. A more sophisticated implementation could avoid having to generate this string and simply construct the JSON directly from the raw strings and expression values.
137137

138-
## Limitations
139-
140-
String interpolation currently does not work within pattern matching statements. This feature is targeted for Scala 2.11 release.
141-

0 commit comments

Comments
 (0)