has Method Bodies In Interface
Applicable to an interface compiled with -Xjvm-default=all or all-compatibility. True if interface has method bodies in it, false if Kotlin compiler moved all interface method bodies into a nested DefaultImpls
class.
Method bodies are also present in interface method if it has @JvmDefault
annotation (now deprecated).
Check documentation for more details.