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

8 lines
111 B
Kotlin
Vendored

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