Files
kotlin-fork/compiler/testData/compileKotlinAgainstJava/EnumValues.kt
T
2017-08-29 18:01:36 +03:00

6 lines
90 B
Kotlin
Vendored

package test
import java.util.Locale
fun findCode(code: Int) = Locale.Category.values()