Running this test on the C# target:
class TestParser extends buddy.SingleSuite {
public function new() {
describe("Test something", {});
}
}
fails with the following error:
haxelib run hxcs hxcs_build.txt --haxe-version 4005 --feature-level 1
src\buddy\Should.cs(529,62): error CS0030: Cannot convert type 'buddy.ShouldInt' to 'buddy.Should<int>'
src\buddy\Should.cs(872,65): error CS0030: Cannot convert type 'buddy.ShouldFloat' to 'buddy.Should<double>'
Compilation error
Native compilation failed
Running this test on the C# target:
fails with the following error: