5 lines
170 B
Kotlin
5 lines
170 B
Kotlin
fun ktTest() {
|
|
Test.<caret>foo("SomeTest")
|
|
}
|
|
|
|
// INFO: <b>public</b> <b>open</b> <b>fun</b> foo(param: String): Array<out Any><br/>Java declaration:<br/>Test... |