superlint/.automation/test/kotlin/kotlin_good_1.kt
Alexandre Favre edc7095b4b
Add Android support for Kotlin (#2670)
* Fix Kotlin good test case (incorrect filename)

* Add Android support for Kotlin

Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2022-03-24 15:39:52 -05:00

6 lines
70 B
Kotlin

fun main() {
val n = "World"
val v = "Hello, $n!"
println(v)
}