2
0
Nicolas Cannasse 13 жил өмнө
parent
commit
9c8acb74a7

+ 1 - 1
std/flash/utils/TypedDictionary.hx

@@ -37,7 +37,7 @@ class TypedDictionary<K,T> extends Dictionary {
 		untyped this[k] = v;
 	}
 
-	public inline function exists( k : K ) {
+	public inline function exists( k : K ) : Bool {
 		return untyped this[k] != null;
 	}