Types are no more rendered for annotation arguments + a swarm of tests corrected accordingly
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
package test
|
||||
|
||||
enum class My { ALPHA, BETA, OMEGA }
|
||||
|
||||
annotation class ann(vararg val m: My)
|
||||
|
||||
ann(My.ALPHA, My.BETA) annotation class annotated
|
||||
Reference in New Issue
Block a user