Updated NON_PUBLIC_CALL_FROM_PUBLIC_INLINE diagnostic to support @PublishedApi
This commit is contained in:
@@ -291,6 +291,7 @@ public abstract class KotlinBuiltIns {
|
||||
public final FqName repeatable = annotationName("Repeatable");
|
||||
public final FqName mustBeDocumented = annotationName("MustBeDocumented");
|
||||
public final FqName unsafeVariance = fqName("UnsafeVariance");
|
||||
public final FqName publishedApi = fqName("PublishedApi");
|
||||
|
||||
public final FqName iterator = collectionsFqName("Iterator");
|
||||
public final FqName iterable = collectionsFqName("Iterable");
|
||||
|
||||
Reference in New Issue
Block a user