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