Replace deprecated symbol usage: fix message in case of generic parameter

#KT-8958 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-04-15 17:03:12 +09:00
committed by Mikhail Glukhikh
parent e8e457a16c
commit 0fad3fafa8
18 changed files with 149 additions and 23 deletions
@@ -1,4 +1,4 @@
// "Replace with 'B<N>'" "true"
// "Replace with 'B<F<Int>>'" "true"
// WITH_RUNTIME
@Deprecated(message = "renamed", replaceWith = ReplaceWith("B<N>"))
@@ -1,4 +1,4 @@
// "Replace with 'B<N>'" "true"
// "Replace with 'B<F<Int>>'" "true"
// WITH_RUNTIME
@Deprecated(message = "renamed", replaceWith = ReplaceWith("B<N>"))