KEEP icon indicating copy to clipboard operation
KEEP copied to clipboard

Kotlin statics and static extensions

Open elizarov opened this issue 2 years ago • 1 comments

This is the initial proposal for Kotlin statics and static extensions

elizarov avatar Mar 24 '23 10:03 elizarov

Missing character ` in heading of last table:

  • Actual:
    | Alternative  | Scheme                  | `Color.background` on JVM | Color.parse` on JVM | `Box.of` on JVM |
    
  • Fixed:
    | Alternative  | Scheme                  | `Color.background` on JVM | `Color.parse` on JVM | `Box.of` on JVM |
    

valery1707 avatar Mar 24 '23 12:03 valery1707

This proposal is closed in favor of #425

serras avatar Jun 06 '25 14:06 serras