KT-7899 "Do not check if annotated by" setting for "Unused symbol" doesn't affect properties
#KT-7899 fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package test.anno
|
||||
|
||||
public annotation class EntryPoint
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
@test.anno.EntryPoint
|
||||
fun entryPoint() {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
package test.anno
|
||||
|
||||
public annotation class EntryPoint
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
@test.anno.EntryPoint
|
||||
val entryPoint = ""
|
||||
Reference in New Issue
Block a user