summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--2.11/index.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/2.11/index.markdown b/2.11/index.markdown
index 12098ea24c..1c5fed3402 100644
--- a/2.11/index.markdown
+++ b/2.11/index.markdown
@@ -271,3 +271,5 @@ scala> e.eval("1 to n.asInstanceOf[Int] foreach println")
10
res4: Object = null
```
+
+Note that not all JSR-223 features are supported; see for example [SI-7916](https://issues.scala-lang.org/browse/SI-7916), [SI-8422](https://issues.scala-lang.org/browse/SI-8422).