@@ -161,4 +161,7 @@ abstract Map<K,V>(IMap<K,V> ) {
@:from static inline function fromObjectMap<K:{ }, V>(map:ObjectMap<K,V>):Map<K,V> {
return cast map;
}
-}
+}
+
+@:deprecated
+typedef IMap<K, V> = haxe.Constraints.IMap<K, V>;