Rendering annotation argument types when verbose.

This commit is contained in:
Evgeny Gerashchenko
2013-03-07 16:46:24 +04:00
parent 05e29af792
commit b8abd0eb94
5 changed files with 34 additions and 22 deletions
@@ -2,5 +2,5 @@ package test
public open class AnnotatedMethod : java.lang.Object {
public constructor AnnotatedMethod()
jet.deprecated(value = "Deprecated in Java") public open fun f() : Unit
jet.deprecated(value = "Deprecated in Java": jet.String) public open fun f() : Unit
}