KEEP
KEEP copied to clipboard
Kotlin statics and static extensions
This is the initial proposal for Kotlin statics and static extensions
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 |
This proposal is closed in favor of #425