Exclude annotation properties in 'explicit visibility' api mode check

#KT-37432 fixed
This commit is contained in:
Leonid Startsev
2020-03-20 15:07:11 +03:00
parent 3c7085d0b7
commit 2bda31ac38
3 changed files with 8 additions and 0 deletions
@@ -10,6 +10,8 @@
)
public annotation class B
<!NO_EXPLICIT_VISIBILITY_IN_API_MODE!>annotation class C<!>(val a: String)
/**
* Foo1 KDoc
*/