Files
kotlin-fork/idea/testData/copyPaste/plainTextConversion/IntoStringLiteral.expected.kt
T
2016-05-10 18:24:21 +03:00

6 lines
109 B
Kotlin
Vendored

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