KT-11805 Invert if-condition intention breaks code in case of end of line comment
#KT-11805 Fixed
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun foo(p: String?): Int? {
|
||||
<caret>if (p == null) return null
|
||||
return p.hashCode() // comment
|
||||
}
|
||||
Reference in New Issue
Block a user