mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fixed PY-13868 Move statement on a comment inside a dict deletes the dict
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
a = {
|
||||
1:1,
|
||||
# te<caret>st
|
||||
2:2
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
a = {
|
||||
1:1,
|
||||
2:2
|
||||
# te<caret>st
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
a = {
|
||||
# te<caret>st
|
||||
1:1,
|
||||
2:2
|
||||
}
|
||||
Reference in New Issue
Block a user