7 lines
76 B
Kotlin
Vendored
7 lines
76 B
Kotlin
Vendored
/**
|
|
* @param <caret>s this is a string
|
|
*/
|
|
fun f(s: String) { }
|
|
|
|
// REF: s
|