10 lines
169 B
Plaintext
Vendored
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)
|
|
}
|
|
|
|
}
|