Anonymous function expressions ('fun(...) { ... }') and local functions (no closures yet).
This commit is contained in:
committed by
Dmitry Petrov
parent
83c3bdd788
commit
ac80195597
@@ -0,0 +1 @@
|
||||
val anonymous = fun() { println() }
|
||||
Reference in New Issue
Block a user