mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-05 08:31:31 +00:00
Regenerate test data containing rendered descriptors
Introduced '@' after each annotation
This commit is contained in:
@@ -8,7 +8,7 @@ public interface StringInParam {
|
||||
public abstract fun value(): kotlin.String
|
||||
}
|
||||
|
||||
test.StringInParam.Anno(value = "hello") public open class Class {
|
||||
@test.StringInParam.Anno(value = "hello") public open class Class {
|
||||
public constructor Class()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user