97ce2227d5
the latter is disabled.
5 lines
88 B
Kotlin
5 lines
88 B
Kotlin
fun main(args: Array<String>) {
|
|
println(foo(17))
|
|
}
|
|
|
|
fun <T : Int> foo(x: T): Int = x |