Adjust existing test data for diagnostic messages

This commit is contained in:
Pavel V. Talanov
2016-02-16 15:35:59 +03:00
parent e4cf090720
commit 4ab5aabfa0
33 changed files with 70 additions and 70 deletions
@@ -1,3 +1,3 @@
<!-- conflictingOverloadsClass1 -->
<html>
'<b>public</b> <b>final</b> <b>fun</b> lol(x: kotlin.Int): kotlin.Int'<br />conflicts with another declaration in class 'conflictingOverloads'</html>
'<b>public</b> <b>final</b> <b>fun</b> lol(x: Int): Int'<br />conflicts with another declaration in class 'conflictingOverloads'</html>