False positive removed in replace single line let intention #KT-14791 Fixed
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// IS_APPLICABLE: false
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun plusNullable(arg: String?) = arg?.let<caret> { it + "#" } ?: ""
|
||||
Reference in New Issue
Block a user