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