public class ControlStructures {
    public fun test(): Boolean {
        var x: List = listOf("ABC")
        return false
    }

}
