8 lines
88 B
Kotlin
8 lines
88 B
Kotlin
import java.util.Locale
|
|
|
|
fun foo(){
|
|
var l : Locale = <caret>
|
|
}
|
|
|
|
// ELEMENT: ENGLISH
|