blob: 21752a17f4cd86abd3f5ea6b0dadd57a0ae29198 [file]
// FQ_NAME: one.two.MyInterface.DefaultImpls
package one.two
interface MyInterface {
fun functionWithDefaultImplementation() {
}
}