Types are no more rendered for annotation arguments + a swarm of tests corrected accordingly
This commit is contained in:
+1
-1
@@ -4,4 +4,4 @@ annotation class Ann(val s1: String)
|
||||
|
||||
Ann(s1 = "a" + 1) class MyClass
|
||||
|
||||
// EXPECTED: Ann(s1 = "a1": String)
|
||||
// EXPECTED: Ann(s1 = "a1")
|
||||
|
||||
Reference in New Issue
Block a user