KT-3618 Missing space in error message "inconstructor"
#KT-3618 Fixed
This commit is contained in:
committed by
Natalia.Ukhorskaya
parent
dc3d395214
commit
ef819cce5a
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user