J2K: don't automatically convert Java code when pasting to a string literal in Kotlin

#KT-7759 Fixed
This commit is contained in:
Natalia Ukhorskaya
2015-12-15 15:13:05 +03:00
parent f3a6c541ec
commit a520e93b5b
5 changed files with 28 additions and 2 deletions
@@ -0,0 +1,7 @@
class A {
public static void main(String[] args) {
<selection>String s = 1;</selection>
}
}
// NO_CONVERSION_EXPECTED