Files
kotlin-fork/idea/testData/editor/quickDoc/JavaMethodUsedInKotlin.kt
T
Andrey Breslav a93769b933 Test data fixed
2014-01-15 16:14:59 +04:00

5 lines
204 B
Kotlin

fun ktTest() {
Test.<caret>foo("SomeTest")
}
//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...