Regenerate test data containing rendered descriptors

Introduced '@' after each annotation
This commit is contained in:
Denis Zharkov
2015-09-15 19:41:57 +03:00
parent 7ea7e3cc7c
commit 4850fd10f0
718 changed files with 2061 additions and 2061 deletions
@@ -3,5 +3,5 @@ package
package d {
public fun main(/*0*/ args: kotlin.Array<kotlin.String>): kotlin.Unit
public fun println(/*0*/ message: kotlin.Any?): kotlin.Unit
kotlin.inline() public fun </*0*/ K, /*1*/ V1, /*2*/ V : V1> kotlin.Map<K, V>.getOrElse1(/*0*/ key: K, /*1*/ defaultValue: () -> V1): V1
@kotlin.inline() public fun </*0*/ K, /*1*/ V1, /*2*/ V : V1> kotlin.Map<K, V>.getOrElse1(/*0*/ key: K, /*1*/ defaultValue: () -> V1): V1
}