[NI] Update diagnostic messages in testdata

This commit is contained in:
Dmitriy Novozhilov
2019-08-01 10:55:47 +03:00
parent 8107d1515c
commit 14d6f8009d
3 changed files with 4 additions and 4 deletions
@@ -5,7 +5,7 @@ class Data<T>(val s: T)
fun test(d: Data<out Any>) {
if (d.s is String) {
<!OI;DEBUG_INFO_SMARTCAST!>d.s<!>.<!NI;UNRESOLVED_REFERENCE!>length<!>
<!DEBUG_INFO_SMARTCAST!>d.s<!>.length
}
}