mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
Merge branch 'master' of git.labs.intellij.net:idea/community
Conflicts: platform/lang-impl/src/com/intellij/psi/impl/source/codeStyle/CodeStyleManagerImpl.java
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public class Foooo {
|
||||
|
||||
{
|
||||
for (fin<caret>x)
|
||||
}
|
||||
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
public class Foooo {
|
||||
|
||||
{
|
||||
int intaaaa;
|
||||
for (in<caret>)
|
||||
}
|
||||
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
public class Foooo {
|
||||
|
||||
{
|
||||
int intaaaa;
|
||||
for (int <caret>)
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
public abstract class Zzza {
|
||||
|
||||
int foo() {
|
||||
ret<caret>x
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
public abstract class Zzza {
|
||||
|
||||
int foo() {
|
||||
return <caret>x
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user