Do not render @NoInfer, @Exact annotations
For now they are always not rendered, but later they should be rendered in descriptors, but omitted in error messages
This commit is contained in:
@@ -111,6 +111,8 @@ internal class DescriptorRendererOptionsImpl : DescriptorRendererOptions {
|
||||
FqName("org.jetbrains.annotations.ReadOnly"),
|
||||
FqName("org.jetbrains.annotations.Mutable"),
|
||||
FqName("org.jetbrains.annotations.NotNull"),
|
||||
FqName("org.jetbrains.annotations.Nullable")
|
||||
FqName("org.jetbrains.annotations.Nullable"),
|
||||
FqName("kotlin.internal.NoInfer"),
|
||||
FqName("kotlin.internal.Exact")
|
||||
))
|
||||
}
|
||||
Reference in New Issue
Block a user