Data Inflow: Support grouping by leaf expressions

This commit is contained in:
Alexey Sedunov
2017-11-09 21:26:42 +03:00
committed by Nikolay Krasko
parent b46784ab86
commit 683bbe396d
60 changed files with 1074 additions and 80 deletions
@@ -0,0 +1,9 @@
4 val f = { <bold>1</bold> }
5 val <bold>x = f()</bold>
5 val x = <bold>f()</bold>
5 [LAMBDA] val x = <bold>f</bold>()
4 [LAMBDA] val <bold>f = { 1 }</bold>
4 [LAMBDA] val f = <bold>{ 1 }</bold>
4 val f = <bold>{ 1 }</bold>
4 val f = { <bold>1</bold> }