[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
@@ -44,6 +44,6 @@ fun test5(x: Inv<out Any?>) {
fun test6(x: Inv<out String?>) {
when (val <!UNUSED_VARIABLE!>y<!> = x.data) {
is String -> <!OI;DEBUG_INFO_SMARTCAST!>x.data<!><!NI;UNSAFE_CALL!>.<!>length // should be ok
is String -> <!DEBUG_INFO_SMARTCAST!>x.data<!>.length // should be ok
}
}