Files
kotlin-fork/j2k/tests/testData/ast/issues/kt-794.kt
T

6 lines
88 B
Kotlin

class Test {
fun getInt(): Int {
val b = 10
return b.toInt()
}
}