<@U092N7GGG> After reading documentation finally d...
# kontributors
s
@yole After reading documentation finally decided that there is problem in
org.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
Copy code
// 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
Copy code
someTempDir(sources root)
  - foo
    - Bar.java
Instead of now
Copy code
someTempDir(sources root)
  - tempFile.java