interface MyInterface {
  final companion fun interfaceFun(): String {
    return "InterfaceFun"
  }

}

