[FIR-TEST] Update some testdata

This commit is contained in:
Dmitriy Novozhilov
2020-02-07 12:51:44 +03:00
parent 4b6c2f7a65
commit 5ceb68f19f
16 changed files with 52 additions and 51 deletions
@@ -11,7 +11,7 @@ fun test(a: Any) {
a foo"asd${a}sfsa"
a foo"""sdf"""
a foo'd'
a foo<!INFERENCE_ERROR!>''<!>
a foo''
a foo""foo a
a foo"asd"foo a
@@ -19,17 +19,17 @@ fun test(a: Any) {
a foo"asd${a}sfsa"foo a
a foo"""sdf"""foo a
a foo'd'foo a
a foo<!INFERENCE_ERROR!>''<!>foo a
a foo''foo a
a in"foo"
a in"""foo"""
a in's'
a in<!INFERENCE_ERROR!>''<!>
a in''
a !in"foo"
a !in"""foo"""
a !in's'
a !in<!INFERENCE_ERROR!>''<!>
a !in''
if("s"is Any) {}
if("s"is Any) {}