6 lines
81 B
Plaintext
6 lines
81 B
Plaintext
import java.util.Locale
|
|
|
|
fun foo(){
|
|
var l : Locale = Locale.ENGLISH<caret>
|
|
}
|