Join with assignment: remove comment from target range #KT-22110 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
36128ba66f
commit
f9555f3f64
@@ -0,0 +1,8 @@
|
||||
// IS_APPLICABLE: false
|
||||
class Test {
|
||||
/* foo */ // bar<caret>
|
||||
private val x: Int /* baz */ // qux
|
||||
init {
|
||||
x = 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user