Fix nullability quick-fixes with implicit receiver #KT-17726 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
9d2ae54d2c
commit
46aaee5d05
+7
@@ -0,0 +1,7 @@
|
||||
// "Replace with safe (this?.) call" "true"
|
||||
// WITH_RUNTIME
|
||||
fun foo(a: String?) {
|
||||
a.apply {
|
||||
this?.toLowerCase()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user