native icon indicating copy to clipboard operation
native copied to clipboard

Support Kotlin companion objects

Open HosseinYousefi opened this issue 10 months ago • 2 comments

HosseinYousefi avatar Jan 14 '25 17:01 HosseinYousefi

This appears to decently supported. Is there a feature list for what is missing?

Variables in companion object generate get/set functions but don't expose an actual variable on the class as would be expected.

jwill avatar Jul 21 '25 18:07 jwill

This appears to decently supported. Is there a feature list for what is missing?

Mostly there to make sure we're supporting all the edge cases and add explicit tests, as we currently don't have any in kotlin_tests.

HosseinYousefi avatar Jul 22 '25 07:07 HosseinYousefi