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