fun foo(param: Int): String { val x = "atrue123" val y = "aTRUE123" val z = true val u = "123 true 456" return "ab true def" }