78a0d7b5bb
Now we can generate proper defaults and there is no need in additional checks about unimplemented methods #KT-41130 Fixed
6 lines
61 B
Kotlin
Vendored
6 lines
61 B
Kotlin
Vendored
package test
|
|
|
|
interface KotlinInterface {
|
|
fun bar() {}
|
|
}
|