Types are no more rendered for annotation arguments + a swarm of tests corrected accordingly
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ internal final annotation class Anno : kotlin.Annotation {
|
||||
internal final val e: [ERROR : test.E]
|
||||
}
|
||||
|
||||
test.Anno(e = Unresolved enum entry: test/E.ENTRY: [ERROR : Unresolved enum entry: test/E.ENTRY]) internal open class Class {
|
||||
test.Anno(e = Unresolved enum entry: test/E.ENTRY) internal open class Class {
|
||||
public constructor Class()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user