Move check with selection tags to base check

This commit is contained in:
Nikolay Krasko
2018-12-12 18:21:08 +03:00
parent 06dad5f45b
commit 0482fe9414
8 changed files with 51 additions and 30 deletions
@@ -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