robin
08/29/2018, 8:48 PM@ExperimentalContracts
Annotation, so I have to effectively mark all my functions with that Annotation. Is that intended? From the blog it seems like you should only need that annotation on functions that actually specify a contract, not those that just call functions with contracts.orangy
dsavvinov
08/29/2018, 9:50 PM@UseExperimental(kotlin.contacts.ExperimentalContracts::class)
robin
08/30/2018, 7:04 AM