annotation class Anno interface Intf @Anno class Test { fun a(map: Map) {} fun b(map: MutableMap) {} fun c(map: Map) {} fun d(map: MutableMap) {} }