I have this code: ``` object.method(). method2().method3() ``` When I do copy-paste ident was deleted: ``` object.method(). method2().method3() ```