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