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

10 lines
169 B
Plaintext
Vendored

public class Simple {
var a: String = "text" + "other" + "text"
val b = listOf("A")
public fun test(): Unit {
System.out.println(5.0f / 2)
}
}