lewik
try { } catch (e: Exception){ } finally { return someObject }
return try { } catch (e: Exception){ } finally { someObject }
miha-x64