has Method Bodies In Interface
Applicable to an interface compiled with -jvm-default=enable or -jvm-default=no-compatibility. True if interface has method bodies in it, false if Kotlin compiler moved all interface method bodies into a nested DefaultImpls class.
Check documentation for more details.