Fix tests

This commit is contained in:
Dmitry Jemerov
2017-05-09 11:49:59 +02:00
parent e20e097a63
commit 4b811a3639
6 changed files with 5 additions and 7 deletions
@@ -1,5 +1,4 @@
fun foo() {
val v = "ArrayList<String> list = new ArrayList<String>();
// NO_CONVERSION_EXPECTED
"
val v = "ArrayList<String> list = new ArrayList<String>();\n" +
"// NO_CONVERSION_EXPECTED"
}