Files
kotlin-fork/idea/testData/kotlinAndJavaChecker/javaAgainstKotlin/ExtendInterfaceWithDefaultMethodAndCompatibilityAll.java
T
Mikhail Zarechenskiy 78a0d7b5bb Disable check about unimplemented check for real defaults
Now we can generate proper defaults and there is no need in additional
 checks about unimplemented methods

 #KT-41130 Fixed
2021-03-18 16:38:55 +03:00

3 lines
102 B
Java
Vendored

package test;
class ExtendInterfaceWithDefaultMethodAndCompatibilityAll implements KotlinInterface {}