Skip to content

Commit 55ffc3a

Browse files
committed
don't claim full JSR-223 compliance
1 parent 383290f commit 55ffc3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

2.11/index.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,3 +271,5 @@ scala> e.eval("1 to n.asInstanceOf[Int] foreach println")
271271
10
272272
res4: Object = null
273273
```
274+
275+
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).

0 commit comments

Comments
 (0)