chore: add miss internal modifier to internal annotation.

This commit is contained in:
Artem Kobzar
2022-04-11 12:32:36 +02:00
committed by teamcity
parent 7d7490eaa7
commit 97fc97e63d
@@ -36,7 +36,7 @@ import org.jetbrains.kotlin.types.expressions.ExpressionTypingContext
*/
@RequiresOptIn(level = RequiresOptIn.Level.ERROR)
@Retention(AnnotationRetention.BINARY)
annotation class InternalNonStableExtensionPoints
internal annotation class InternalNonStableExtensionPoints
@InternalNonStableExtensionPoints
interface TypeResolutionInterceptorExtension {