it's not really clear what you're trying to do, or...
# announcements
b
it's not really clear what you're trying to do, or why
fun newList(b: String?) = Data("aaa", b ?: "b", "ccc")
would be bad?