oso icon indicating copy to clipboard operation
oso copied to clipboard

PoC kotlin data classes

Open wcurrie opened this issue 2 years ago • 1 comments

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.

wcurrie avatar Jan 14 '23 22:01 wcurrie

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

github-actions[bot] avatar Jan 14 '23 22:01 github-actions[bot]