Files
kotlin-fork/idea/testData/editor/quickDoc/JavaMethodUsedInKotlin.kt
T
Andrey Breslav 0cbbb6a0db Test data fixed
2014-10-13 15:37:47 +04:00

5 lines
194 B
Kotlin

fun ktTest() {
Test.<caret>foo("SomeTest")
}
// INFO: <b>public</b> <b>open</b> <b>fun</b> foo(param: String!): (Array&lt;Any!&gt;..Array&lt;out Any!&gt;?)<br/>Java declaration:<br/>Test...