KT-3618 Missing space in error message "inconstructor"
#KT-3618 Fixed
This commit is contained in:
@@ -184,7 +184,7 @@ public class Renderers {
|
||||
result.text(newText()
|
||||
.normal("Cannot infer type parameter ")
|
||||
.strong(firstConflictingParameter.getName())
|
||||
.normal(" in"));
|
||||
.normal(" in "));
|
||||
//String type = strong(firstConflictingParameter.getName());
|
||||
TableRenderer table = newTable();
|
||||
result.table(table);
|
||||
|
||||
Reference in New Issue
Block a user