Aleksandr Kuzmenko 5 éve
szülő
commit
7b6a1b352e
2 módosított fájl, 2 hozzáadás és 2 törlés
  1. 1 1
      extra/CHANGES.txt
  2. 1 1
      tests/unit/src/unit/issues/Issue9024.hx

+ 1 - 1
extra/CHANGES.txt

@@ -4,7 +4,7 @@
 
 
 	java : fix boolean arguments for `Type.createInstance(cls, args)` (#9025)
 	java : fix boolean arguments for `Type.createInstance(cls, args)` (#9025)
 	js : fix multiple appearances of the first object added to `ObjectMap` is passed to `ObjectMap.set(obj, v)` multiple times (#9026)
 	js : fix multiple appearances of the first object added to `ObjectMap` is passed to `ObjectMap.set(obj, v)` multiple times (#9026)
-	js : automatically wrap compound expressions with parentheses when passed to `js.Syntax.code()` (#9027)
+	js : automatically wrap compound expressions with parentheses when passed to `js.Syntax.code()` (#9024)
 	windows : fix adding neko to PATH env var running windows installer (#9021)
 	windows : fix adding neko to PATH env var running windows installer (#9021)
 
 
 2019-11-29: 4.0.3
 2019-11-29: 4.0.3

+ 1 - 1
tests/unit/src/unit/issues/Issue9027.hx → tests/unit/src/unit/issues/Issue9024.hx

@@ -1,6 +1,6 @@
 package unit.issues;
 package unit.issues;
 
 
-class Issue9027 extends unit.Test {
+class Issue9024 extends unit.Test {
 #if js
 #if js
 	static var a:String = "a";
 	static var a:String = "a";
 	static var b:String = "b";
 	static var b:String = "b";