Introduce Variable: Skip leading/trailing comments inside selection
#KT-13054 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun foo(x: Boolean) {
|
||||
|
||||
}
|
||||
|
||||
fun bar() {
|
||||
foo(<selection>/* 1 */true/* 2 */</selection>)
|
||||
}
|
||||
Reference in New Issue
Block a user