fix: function body comments.

This commit is contained in:
Artem Kobzar
2022-04-07 20:08:21 +02:00
committed by teamcity
parent 672561b847
commit 86df391cab
4 changed files with 18 additions and 6 deletions
@@ -36,7 +36,7 @@ import org.jetbrains.kotlin.types.expressions.ExpressionTypingContext
*/
@RequiresOptIn(level = RequiresOptIn.Level.ERROR)
@Retention(AnnotationRetention.BINARY)
internal annotation class InternalNonStableExtensionPoints
annotation class InternalNonStableExtensionPoints
@InternalNonStableExtensionPoints
interface TypeResolutionInterceptorExtension {