Treat inline-exposed internal API as effectively public.
Comment out unsupported cases.
This commit is contained in:
+3
@@ -12,11 +12,14 @@ internal class InternalClassExposed
|
||||
@kotlin.internal.InlineExposed
|
||||
internal fun funExposed() {}
|
||||
|
||||
// TODO: Cover unsupported cases: requires correctly reflecting annotations from properties
|
||||
/*
|
||||
@kotlin.internal.InlineExposed
|
||||
internal var propertyExposed: String? = null
|
||||
|
||||
@JvmField
|
||||
@kotlin.internal.InlineExposed
|
||||
internal var fieldExposed: String? = null
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user