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
@@ -11,7 +11,7 @@ fun test() {
val x1 = MyClass()
val x2 = MyClass()
for (i in x1<warning descr="'fun rangeTo(i: MyClass)' is deprecated. Use A instead">..</warning>x2) {
for (i in x1<warning descr="[DEPRECATED_SYMBOL_WITH_MESSAGE] 'rangeTo(MyClass): Iterable<Int>' is deprecated. Use A instead">..</warning>x2) {
}
}