Browse Source

[tests] fox

Simon Krajewski 5 years ago
parent
commit
f5157a9754

+ 2 - 2
tests/misc/java/projects/Issue9619/missing-overload-implementation-from-interface/compile-fail.hxml.stderr

@@ -1,4 +1,4 @@
 Main.hx:9: characters 7-18 : This class extends abstract class Abstract but doesn't implement the following methods
 Main.hx:9: characters 7-18 : Implement them or make NotAbstract abstract as well
-Main.hx:3: characters 29-44 : ... toBeImplemented(i:Int)
-Main.hx:2: characters 22-37 : ... toBeImplemented()
+Main.hx:2: characters 22-37 : ... toBeImplemented()
+Main.hx:3: characters 29-44 : ... toBeImplemented(i:Int)