Test data fixed

This commit is contained in:
Andrey Breslav
2013-12-18 11:59:44 +04:00
parent a26c37419e
commit a93769b933
2 changed files with 3 additions and 1 deletions
@@ -2,4 +2,4 @@ fun ktTest() {
Test.<caret>foo("SomeTest")
}
//INFO: <b>public</b> <b>open</b> <b>fun</b> foo(param: jet.String?): jet.Array&lt;jet.Any&gt;? <i>defined in</i> Test<br/>Java declaration:<br/>Test...
//INFO: <b>public</b> <b>open</b> <b>fun</b> foo(param: jet.String): jet.Array&lt;out jet.Any&gt; <i>defined in</i> Test<br/>Java declaration:<br/>Test...