8 fun bar(n: Int) = <bold>n</bold>
8 	fun <bold>bar(n: Int) = n</bold>
9 		[LAMBDA] val x = foo(<bold>::bar</bold>)
3 			[LAMBDA] fun foo(<bold>f: (Int) -> Int</bold>): Int {
4 				return <bold>f(1)</bold>
3 					fun <bold>foo(f: (Int) -> Int): Int {</bold>
9 						val x = <bold>foo(::bar)</bold>
9 							val <bold>x = foo(::bar)</bold>
