Files

10 lines
142 B
Kotlin
Vendored

// FQ_NAME: one.two.MyInterface.DefaultImpls
package one.two
interface MyInterface {
fun functionWithDefaultImplementation() {
}
}