Exclude annotation properties in 'explicit visibility' api mode check
#KT-37432 fixed
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
)
|
||||
public annotation class B
|
||||
|
||||
<!NO_EXPLICIT_VISIBILITY_IN_API_MODE!>annotation class C<!>(val a: String)
|
||||
|
||||
/**
|
||||
* Foo1 KDoc
|
||||
*/
|
||||
|
||||
@@ -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<!> {}
|
||||
}
|
||||
Reference in New Issue
Block a user