Allows Kotlin caller to get a non-nullable property, using a default value when the property is not set. A method already exists on PropertyResolver which does this, but takes a type parameter. The extension method can eliminate the parameter via reified type, similar to the other extension methods which exist already.

Remove @Disabled from PropertyResolverExtensionsKotlinTests to allow tests to run

Comment From: wakingrufus

Hi, @sdeleuze since you were most recent committer to these files, would you mind reviewing this? Thanks!

Comment From: sbrannen

Hi, @sdeleuze since you were most recent committer to these files, would you mind reviewing this?

@wakingrufus, please refrain from @-mentioning individual team members. Somebody from the team will process the issue when they get a chance.

Furthermore, I've added the theme:kotlin label which Sebastien monitors.

Comment From: wakingrufus

@wakingrufus, please refrain from @-mentioning individual team members. Somebody from the team will process the issue when they get a chance.

Furthermore, I've added the theme:kotlin label which Sebastien monitors.

Ok, Sorry about that. I have had my PRs sit unreviewed until someone is looped in when contributing to other projects in the past. Sorry to bring in that assumption here. Thank you for taking a look at my PR so quickly.