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
committed by Natalia.Ukhorskaya
parent dc3d395214
commit ef819cce5a
3 changed files with 3 additions and 3 deletions
@@ -184,7 +184,7 @@ public class Renderers {
result.text(newText() result.text(newText()
.normal("Cannot infer type parameter ") .normal("Cannot infer type parameter ")
.strong(firstConflictingParameter.getName()) .strong(firstConflictingParameter.getName())
.normal(" in")); .normal(" in "));
//String type = strong(firstConflictingParameter.getName()); //String type = strong(firstConflictingParameter.getName());
TableRenderer table = newTable(); TableRenderer table = newTable();
result.table(table); result.table(table);
@@ -2,7 +2,7 @@
<html> <html>
Type inference failed: Cannot infer type parameter <b> Type inference failed: Cannot infer type parameter <b>
T</b> T</b>
in<table> in <table>
<tr> <tr>
<td width="10%"> <td width="10%">
</td> </td>
@@ -2,7 +2,7 @@
<html> <html>
Type inference failed: Cannot infer type parameter <b> Type inference failed: Cannot infer type parameter <b>
T</b> T</b>
in<table> in <table>
<tr> <tr>
<td width="10%"> <td width="10%">
</td> </td>