fun test(b: Boolean?): Boolean { return if (b!!) { true } else { false } }