8 val x = foo(1, 2) { { <bold>it</bold> } }
8 	val <bold>x = foo(1, 2) { { it } }</bold>
8 		val x = <bold>foo(1, 2) { { it } }</bold>
3 			fun <bold>foo(a: Int, b: Int, f: (Int) -> (Int) -> Int): Int {</bold>
4 				return <bold>f(a)(b)</bold>
4 					[LAMBDA] return <bold>f(a)</bold>(b)
4 						[LAMBDA] [LAMBDA] return <bold>f</bold>(a)(b)
3 							[LAMBDA] [LAMBDA] fun foo(a: Int, b: Int, <bold>f: (Int) -> (Int) -> Int</bold>): Int {
8 								[LAMBDA] [LAMBDA] val x = foo(1, 2) <bold>{ { it } }</bold>
8 									[LAMBDA] val x = foo(1, 2) <bold>{ { it } }</bold>
8 										[LAMBDA] val x = foo(1, 2) { <bold>{ it }</bold> }
8 											val x = foo(1, 2) { <bold>{ it }</bold> }
8 												val x = foo(1, 2) { { <bold>it</bold> } }

