Merge remote-tracking branch 'origin/master' into amakeev/gradle

GitOrigin-RevId: 47047f22e3c91c0029882f4b648bb92aa55db3ab
This commit is contained in:
Anton Makeev
2019-05-17 19:07:41 +03:00
committed by intellij-monorepo-bot
parent 7b2fa3b116
commit b15255e2ad
322 changed files with 4561 additions and 2038 deletions
@@ -0,0 +1,8 @@
public class StructuredConfigKey {
{
switch (x) {
case 2:
def<caret>
}
}
}
@@ -0,0 +1,8 @@
public class StructuredConfigKey {
{
switch (x) {
case 2:
default:<caret>
}
}
}