8 lines
132 B
Plaintext
Vendored
8 lines
132 B
Plaintext
Vendored
public class ControlStructures {
|
|
public fun test(): Boolean {
|
|
var x: List = listOf("ABC")
|
|
return false
|
|
}
|
|
|
|
}
|