6 lines
175 B
Kotlin
Vendored
6 lines
175 B
Kotlin
Vendored
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...
|