Convert concatenation to template: omit braces when converting 'this' #KT-7555 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
7a9effe30d
commit
4a82f50e79
@@ -0,0 +1,5 @@
|
||||
class A {
|
||||
inner class B {
|
||||
val s = ""<caret> + this@A
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user