Files
kotlin-fork/plugins/uast-kotlin/testData/render/ControlStructures.txt
T
2016-04-08 15:39:58 +03:00

8 lines
132 B
Plaintext
Vendored

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