Files
kotlin-fork/compiler/testData/cli/jvm/extendedCheckersNoWarning.kt
T

4 lines
78 B
Kotlin
Vendored

fun foo(p: String) {
val s = "Say 'Hi!' to extended checkers"
foo(s)
}