I marked selection with | symbol try to copy ```tact struct A { |// comment in A field: Int;| } ``` to ```tact struct B { | } ``` It results ```tact struct B { // comment in A field: Int; } ```