More accurate deparenthesize (keeping annotations) in some IDE actions
So #KT-19004 Fixed
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
var b = true
|
||||
|
||||
@Target(AnnotationTarget.EXPRESSION)
|
||||
annotation class Ann
|
||||
|
||||
fun foo() {
|
||||
if (@Ann <caret>b) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user