Danielczeresnia27
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Created [BUG] replace structurally... kotlin filter inside onFailure
Answeredhi,doing a replace structurally (even the same content) on the following piece of code removes the arrow operator inside filter:runCatching { }.onFailure { listOf("foo", "bar").filter {str -> str ... -
Created structure search and replace kotlin script constraint
Answeredhi,is there any way to use script constraint in kotlin structural search? i haven't seen any example using it for kotlin and the github page doesn't mention it either.by the way, any advice on refe...