Render header/impl on properties in tests and diagnostic messages

As a side effect, header/impl and some other modifiers on functions are now
rendered in a different, more natural, order
This commit is contained in:
Alexander Udalov
2016-12-21 12:38:47 +03:00
parent 5556c59fc9
commit e4e50017d0
13 changed files with 59 additions and 55 deletions
@@ -1,6 +1,6 @@
package
public val bar2: kotlin.Int
public impl val bar2: kotlin.Int
public impl fun foo2(): kotlin.Int
public impl interface Baz2 {