Annotations supported
#KT-8912 Fixed
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// "Replace with 'test.Bar'" "true"
|
||||
|
||||
package test
|
||||
|
||||
@deprecated("Replace with bar", ReplaceWith("test.Bar"))
|
||||
annotation class Foo(val p1: String, val p2: Int)
|
||||
|
||||
annotation class Bar(val p1: String, val p2: Int)
|
||||
|
||||
@Foo<caret>("", 1) class C {}
|
||||
Reference in New Issue
Block a user