Fix for KT-13695, KT-13159 J2K: Invalid conversion context setup for plain text pastes

Extending, Implementing, imports from paste target file previously not implemented
This commit is contained in:
Simon Ogorodnik
2016-10-19 16:12:12 +03:00
parent b802ca0af5
commit f8b7ce1011
12 changed files with 170 additions and 30 deletions
@@ -0,0 +1,7 @@
package test;
import org.jetbrains.annotations.Nullable;
public interface JavaInterface {
void subject(@Nullable String s)
}