Invalidate a node with compacted directories

This commit is contained in:
Sergey Malenkov
2017-12-28 15:55:32 +03:00
parent 33b5c28aff
commit b1b8e5386c
4 changed files with 133 additions and 3 deletions
@@ -0,0 +1,5 @@
package com.company.name;
interface I {
void m();
}