Replace "jet" package name with "kotlin" in testData
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<out jet.Any> <i>defined in</i> Test<br/>Java declaration:<br/>Test...
|
||||
//INFO: <b>public</b> <b>open</b> <b>fun</b> foo(param: kotlin.String): kotlin.Array<out kotlin.Any> <i>defined in</i> Test<br/>Java declaration:<br/>Test...
|
||||
Reference in New Issue
Block a user