we discovered that changing
public interface abc {...}
to
public interface abc extends abcs {..}
does not cause clirr to fail the build.
To demonstrate this behaviour we can provide a test project and a description.
Since I am new to GitHub I did not find a way to attach the test project to this issue. Also, gists seem to be a rather unconvenient solution.
Please give me a hint as how to provide the test project.
Hi,
we discovered that changing public interface abc {...} to public interface abc extends abcs {..} does not cause clirr to fail the build.
To demonstrate this behaviour we can provide a test project and a description. Since I am new to GitHub I did not find a way to attach the test project to this issue. Also, gists seem to be a rather unconvenient solution. Please give me a hint as how to provide the test project.
Thank you very much!