Initial support for classes in scripts and REPL
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
>>> import java.util.Collections
|
||||
>>> Collections.emptyList<Nothing>()
|
||||
[]
|
||||
>>> Collections.singletonList(":|||:")
|
||||
[:|||:]
|
||||
Reference in New Issue
Block a user