This inspection reports inline functions with not-null extension receivers which does not use the fact that extension receiver is not null.
Such functions are dangerous to call in Kotlin 1.2 on actual nullable flexible receiver type.
Consider making receiver type nullable.