Files
kotlin-fork/idea/testData/copyPaste/plainTextConversion/IntoStringLiteral.expected.kt
T
2017-06-08 19:48:12 +02:00

5 lines
124 B
Kotlin
Vendored

fun foo() {
val v = "ArrayList<String> list = new ArrayList<String>();\n" +
"// NO_CONVERSION_EXPECTED\n"
}