Move check with selection tags to base check
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
fun foo() {
|
||||
println()<caret>
|
||||
println()<selection><caret></selection>
|
||||
println()
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
fun foo(): Int =<caret> 1
|
||||
fun foo(): Int =<selection><caret></selection> 1
|
||||
|
||||
Reference in New Issue
Block a user