KT-7899 "Do not check if annotated by" setting for "Unused symbol" doesn't affect properties

#KT-7899 fixed
This commit is contained in:
Evgeny Gerashchenko
2015-06-16 16:24:02 +03:00
parent cc70ea2586
commit 154b0d8351
6 changed files with 63 additions and 0 deletions
@@ -0,0 +1,3 @@
package test.anno
public annotation class EntryPoint
@@ -0,0 +1,4 @@
@test.anno.EntryPoint
fun entryPoint() {
}
@@ -0,0 +1,3 @@
package test.anno
public annotation class EntryPoint
@@ -0,0 +1,2 @@
@test.anno.EntryPoint
val entryPoint = ""