mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 00:21:35 +00:00
The only place where their get/set methods were used was in KPropertyNImpl.Getter.invoke, and it's fine if that results in a reflective call instead (KPropertyN#getter is not available without kotlin-reflect.jar anyway). The test data has been changed because a package local Java field is not accessible via reflection