mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
11 lines
286 B
Kotlin
Vendored
11 lines
286 B
Kotlin
Vendored
package test
|
|
|
|
|
|
fun main() {
|
|
p.JavaClass.takeSAM(<caret>)
|
|
}
|
|
|
|
/*
|
|
Text: (<highlight>sam: ((number: Int, ss: String!) -> Unit)!</highlight>), Disabled: false, Strikeout: false, Green: false
|
|
Text: (<highlight>sam: JavaSAM!</highlight>), Disabled: false, Strikeout: false, Green: false*/
|