sam
@ExperimentalContracts fun main() { val a: String? = "qeqwe" a.shouldNotBeNull().shouldHaveLength(5) }