Renamed intention
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// IS_APPLICABLE: false
|
||||
fun foo(x: String?) {
|
||||
x?.<caret>compareTo("1")
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
// IS_APPLICABLE: false
|
||||
fun foo(x: String?) {
|
||||
x?.<caret>compareTo("1")
|
||||
}
|
||||