Update test data for highlighter tests on deprecations.

This commit is contained in:
Ilya Ryzhenkov
2015-04-20 17:45:58 +03:00
parent 879b6a0a3f
commit 79388d0dbf
13 changed files with 53 additions and 53 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ fun test() {
val x1 = MyClass()
val x2 = MyClass()
<warning descr="'fun get(i: MyClass)' is deprecated. Use A instead">x1[x2]</warning>
<warning descr="[DEPRECATED_SYMBOL_WITH_MESSAGE] 'get(MyClass): MyClass' is deprecated. Use A instead">x1[x2]</warning>
}
// NO_CHECK_INFOS