IDEA-15281 tests fixed. All modifications moved inside writeAction

This commit is contained in:
Danila Ponomarenko
2012-05-18 19:15:24 +04:00
parent 2968482da4
commit fc69d36242
6 changed files with 85 additions and 59 deletions
@@ -2,7 +2,7 @@
class Temp {
void test() {
<caret>int p = 1;
<caret>int p = 1;
System.out.print(p);
}
}