Test data fixed
This commit is contained in:
@@ -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<jet.Any>? <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<out jet.Any> <i>defined in</i> Test<br/>Java declaration:<br/>Test...
|
||||
Reference in New Issue
Block a user