chore: add miss internal modifier to internal annotation.
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ import org.jetbrains.kotlin.types.expressions.ExpressionTypingContext
|
|||||||
*/
|
*/
|
||||||
@RequiresOptIn(level = RequiresOptIn.Level.ERROR)
|
@RequiresOptIn(level = RequiresOptIn.Level.ERROR)
|
||||||
@Retention(AnnotationRetention.BINARY)
|
@Retention(AnnotationRetention.BINARY)
|
||||||
annotation class InternalNonStableExtensionPoints
|
internal annotation class InternalNonStableExtensionPoints
|
||||||
|
|
||||||
@InternalNonStableExtensionPoints
|
@InternalNonStableExtensionPoints
|
||||||
interface TypeResolutionInterceptorExtension {
|
interface TypeResolutionInterceptorExtension {
|
||||||
|
|||||||
Reference in New Issue
Block a user