mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
Remove INSTANCE field for local object declarations Remove private suspend functions create from UL Add correct extension function parameter name Add support for setparam annotation modifier
3 lines
69 B
Kotlin
Vendored
3 lines
69 B
Kotlin
Vendored
annotation class Anno
|
|
|
|
class TestClass(@setparam:Anno var hello: Int) |