New J2K: Fix existing test data
This commit is contained in:
committed by
Ilya Kirillov
parent
8bd49c147c
commit
7adba40ea2
@@ -0,0 +1,10 @@
|
||||
object A {
|
||||
const val TEXT1 = "text1.\n" +
|
||||
"text2\n" +
|
||||
"text3"
|
||||
|
||||
|
||||
const val TEXT2 = ("text1\n"
|
||||
+ "text2\n"
|
||||
+ "text3")
|
||||
}
|
||||
Reference in New Issue
Block a user