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
@@ -1,4 +1,4 @@
package
public fun test1(/*0*/ l: kotlin.List<kotlin.Number>): kotlin.Unit
@kotlin.Suppress(names = {"INVISIBLE_MEMBER", "INVISIBLE_REFERENCE"}) public fun </*0*/ T, /*1*/ U : T> kotlin.List<@kotlin.Exact() T>.firstTyped(): U
@kotlin.Suppress(names = {"INVISIBLE_MEMBER", "INVISIBLE_REFERENCE"}) public fun </*0*/ T, /*1*/ U : T> kotlin.List<T>.firstTyped(): U