something like ``` foo.let { try { id...
# announcements
k
something like
Copy code
foo.let {
    try {
        identifiers.add()
    catch (e: Exception) {
        Log.w()
    }

}