Merge pull request #18783 from amcasey/ExtractConstant

Initial implementation of Extract Constant
This commit is contained in:
Andrew Casey
2017-09-28 10:09:44 -07:00
committed by GitHub
83 changed files with 1687 additions and 1123 deletions
+11 -1
View File
@@ -3703,7 +3703,7 @@
"code": 95002
},
"Extract function": {
"Extract symbol": {
"category": "Message",
"code": 95003
},
@@ -3711,5 +3711,15 @@
"Extract to {0}": {
"category": "Message",
"code": 95004
},
"Extract function": {
"category": "Message",
"code": 95005
},
"Extract constant": {
"category": "Message",
"code": 95006
}
}