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:
Svetlana Isakova
2015-10-16 13:36:49 +03:00
parent 566e27788f
commit 9b440345a1
7 changed files with 28 additions and 8 deletions
@@ -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")
))
}