// "Create function 'foo'" "true" val baz = 1 fun test() { val a: Int = foo() } fun foo(): Int { TODO("Not yet implemented") } fun bar() { }