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
@@ -13,4 +13,8 @@ public class Bar3 {
* Nested object KDoc
*/
<!NO_EXPLICIT_VISIBILITY_IN_API_MODE!>object NestedObject<!> {}
}
<!NO_EXPLICIT_VISIBILITY_IN_API_MODE!>data class FooData2<!>(val i: Int, val s: String) {
<!NO_EXPLICIT_VISIBILITY_IN_API_MODE!>object NestedObject<!> {}
}