mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 15:51:54 +00:00
Regenerate test data containing rendered descriptors
Introduced '@' after each annotation
This commit is contained in:
@@ -3,7 +3,7 @@ package test
|
||||
public /*synthesized*/ fun NullInAnnotation(/*0*/ function: () -> kotlin.Unit): test.NullInAnnotation
|
||||
|
||||
public interface NullInAnnotation {
|
||||
test.NullInAnnotation.Ann(a = null, b = {null}) public abstract fun foo(): kotlin.Unit
|
||||
@test.NullInAnnotation.Ann(a = null, b = {null}) public abstract fun foo(): kotlin.Unit
|
||||
|
||||
public final class Ann : kotlin.Annotation {
|
||||
public constructor Ann(/*0*/ a: kotlin.String, /*1*/ b: kotlin.Array<kotlin.String>)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package test
|
||||
|
||||
public interface TypeAnnotations</*0*/ TT : kotlin.Any!> {
|
||||
public abstract fun f(/*0*/ p: test.G2<@[test.A()] kotlin.String!, @[test.A()] kotlin.Int!>!): kotlin.Unit
|
||||
public abstract fun f(/*0*/ p: test.G<@[test.A()] kotlin.String!>!): kotlin.Unit
|
||||
public abstract fun f(/*0*/ p: test.G2<@test.A() kotlin.String!, @test.A() kotlin.Int!>!): kotlin.Unit
|
||||
public abstract fun f(/*0*/ p: test.G<@test.A() kotlin.String!>!): kotlin.Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user