IDEA-121518 Cannot edit files in IDEA after project opening:

initial folding in opening thread, assertions relaxed
This commit is contained in:
Dmitry Avdeev
2014-03-04 13:51:47 +04:00
parent 5ed9d91136
commit d728fd73fa
8 changed files with 138 additions and 74 deletions
@@ -0,0 +1,5 @@
public class Bar {
public String doIt() {
return "";
}
}