// "Create property 'foo'" "true" fun test() { val foo: Int fun nestedTest(): Int { return foo } }