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
|
||||
|
||||
annotation class Bar
|
||||
|
||||
@Foo<caret> class C {}
|
||||
Reference in New Issue
Block a user