mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-22 00:21:28 +00:00
Types are no more rendered for annotation arguments + a swarm of tests corrected accordingly
This commit is contained in:
@@ -8,7 +8,7 @@ public interface StringConstantInParam {
|
||||
public abstract fun value(): kotlin.String
|
||||
}
|
||||
|
||||
test.StringConstantInParam.Anno(value = "hello": kotlin.String) public open class Class {
|
||||
test.StringConstantInParam.Anno(value = "hello") public open class Class {
|
||||
public constructor Class()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user