Replace deprecated symbol usage: fix message in case of generic parameter
#KT-8958 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
e8e457a16c
commit
0fad3fafa8
@@ -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
-1
@@ -1,4 +1,4 @@
|
||||
// "Replace with 'B<N>'" "true"
|
||||
// "Replace with 'B<F<Int>>'" "true"
|
||||
// WITH_RUNTIME
|
||||
|
||||
@Deprecated(message = "renamed", replaceWith = ReplaceWith("B<N>"))
|
||||
|
||||
Reference in New Issue
Block a user