pabl0rg
fun String?.myCheck(): Boolean { contract { returns(true) implies(this@myCheck is String) } return true }