From dececd5e7c5cf129c6b3acc6032e8060ad837b0d Mon Sep 17 00:00:00 2001 From: m0rkeulv Date: Thu, 1 Feb 2024 22:11:51 +0100 Subject: [PATCH] fixing test --- .../resources/testData/annotation.semantic/ImplementSignature.hx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/resources/testData/annotation.semantic/ImplementSignature.hx b/src/test/resources/testData/annotation.semantic/ImplementSignature.hx index 3e68db20e..338b28773 100644 --- a/src/test/resources/testData/annotation.semantic/ImplementSignature.hx +++ b/src/test/resources/testData/annotation.semantic/ImplementSignature.hx @@ -12,5 +12,4 @@ interface Test3 { public function test2(b:Int):String; public function test3(b:Int):String; public function test4(b:Int):Int; - public function test5(b:Int):Int; }