Revert tesdata changes to match changed code behavior
This commit is contained in:
@@ -2,5 +2,6 @@ fun foo() {
|
||||
val v = """
|
||||
ArrayList<String> list = new ArrayList<String>();
|
||||
// NO_CONVERSION_EXPECTED
|
||||
|
||||
"""
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
fun foo() {
|
||||
val v = "ArrayList<String> list = new ArrayList<String>();\n" +
|
||||
"// NO_CONVERSION_EXPECTED"
|
||||
"// NO_CONVERSION_EXPECTED\n"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user