78a0d7b5bb
Now we can generate proper defaults and there is no need in additional checks about unimplemented methods #KT-41130 Fixed
3 lines
276 B
Java
Vendored
3 lines
276 B
Java
Vendored
package test;
|
|
|
|
<error descr="Class 'ExtendInterfaceWithDefaultMethodAndCompatibilityAll' must either be declared abstract or implement abstract method 'bar()' in 'KotlinInterface'">class ExtendInterfaceWithDefaultMethodAndCompatibilityAll implements KotlinInterface</error> {} |