package test.kotlin class Test { val foo: Int = 12 fun foo(a: Any): Any = a } // ALLOW_AST_ACCESS