mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 15:53:40 +00:00
5 lines
175 B
Kotlin
5 lines
175 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... |