namespace test

public abstract trait test.SubclassOfMapEntry</*0*/ K : jet.Any?, /*1*/ V : jet.Any?> : jet.MutableMap.MutableEntry<K, V> {
    public abstract override /*1*/ /*fake_override*/ fun getKey(): K
    public abstract override /*1*/ /*fake_override*/ fun getValue(): V
    public abstract override /*1*/ fun setValue(/*0*/ p0: V): V
}
