5 lines
204 B
Kotlin
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<out jet.Any> <i>defined in</i> Test<br/>Java declaration:<br/>Test... |