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
@@ -4,7 +4,7 @@ public /*synthesized*/ fun JavaInterface(/*0*/ function: (kotlin.String!, java.l
public fun foo(/*0*/ javaInterface: JavaInterface): kotlin.Unit
public interface JavaInterface {
public abstract fun doIt(/*0*/ org.jetbrains.annotations.NotNull() s: kotlin.String, /*1*/ org.jetbrains.annotations.NotNull() runnable: java.lang.Runnable): kotlin.Unit
public abstract fun doIt(/*0*/ @org.jetbrains.annotations.NotNull() s: kotlin.String, /*1*/ @org.jetbrains.annotations.NotNull() runnable: java.lang.Runnable): kotlin.Unit
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
@@ -4,7 +4,7 @@ public /*synthesized*/ fun </*0*/ T : kotlin.Any!> Provider(/*0*/ function: () -
public fun foo(/*0*/ javaInterface: JavaInterface): kotlin.Unit
public interface JavaInterface {
org.jetbrains.annotations.Nullable() public abstract fun </*0*/ T : kotlin.Any!> compute(/*0*/ org.jetbrains.annotations.NotNull() provider: Provider<T!>): kotlin.String?
@org.jetbrains.annotations.Nullable() public abstract fun </*0*/ T : kotlin.Any!> compute(/*0*/ @org.jetbrains.annotations.NotNull() provider: Provider<T!>): kotlin.String?
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String