oso
oso copied to clipboard
PoC kotlin data classes
Extending https://github.com/osohq/oso/pull/1661 to also handle querying fields of kotlin data classes.
Uses PropertyUtils.getProperty
to call the getFoo()
method generated by kotlin when trying to access bar.foo
from polar. See OsoKotlinTest.kt
for an example.
CLA Assistant Lite bot: Thank you for your submission! Before we can accept your contribution, we ask that you sign our Contributor License Agreement. To sign the CLA, post a comment on this Pull Request that matches the following text exactly:
I have read the CLA Document and I hereby sign the CLA
You can retrigger this bot by commenting recheck in this Pull Request