KT-3618 Missing space in error message "inconstructor"

#KT-3618 Fixed
This commit is contained in:
Nikolay Krasko
2013-05-15 15:27:09 +04:00
parent ddb7b54eee
commit 5ca4df3d1d
3 changed files with 3 additions and 3 deletions
@@ -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);
@@ -2,7 +2,7 @@
<html>
Type inference failed: Cannot infer type parameter <b>
T</b>
in<table>
in <table>
<tr>
<td width="10%">
</td>
@@ -2,7 +2,7 @@
<html>
Type inference failed: Cannot infer type parameter <b>
T</b>
in<table>
in <table>
<tr>
<td width="10%">
</td>