get rid of redundant space in error message

This commit is contained in:
Anna.Kozlova
2018-11-21 15:54:15 +01:00
parent 06daef817b
commit b015644d7a
14 changed files with 23 additions and 22 deletions
@@ -8,6 +8,6 @@ abstract class Test {
private void call(){
String s = <error descr="Incompatible types. Required String but 'test' was inferred to T:
no instance(s) of type variable(s) exist so that String[] conforms to String">test(String[].class);</error>
no instance(s) of type variable(s) exist so that String[] conforms to String">test(String[].class);</error>
}
}