Will Currie

Results 2 issues of Will Currie

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`...

Could be cool to support `record` for java (was added in java 17 https://openjdk.org/jeps/395). I believe you could still target compile targeting java 1.8 (or whatever pre-record syntax version of...