semoro
08/18/2016, 12:34 PMorg.jetbrains.kotlin.idea.quickfix.AbstractQuickFixMultiFileTest#doMultiFileTest, and it not possible with multifile tests ever,
may be I should add support for it?
As I think it will be useful to add following ability
// FILE foo/Bar.java
package foo;
public class Bar {
}
Where part before last '/' will be used as location in source root
So VFS will be
someTempDir(sources root)
- foo
- Bar.java
Instead of now
someTempDir(sources root)
- tempFile.java