Files
kotlin/compiler/testData/compileKotlinAgainstJava/EnumValues.kt
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()