J2K: don't automatically convert Java code when pasting to a string literal in Kotlin
#KT-7759 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun main(args: Array<String>) {
|
||||
println("String s = 1;")
|
||||
}
|
||||
Reference in New Issue
Block a user