Types are no more rendered for annotation arguments + a swarm of tests corrected accordingly
This commit is contained in:
@@ -7,4 +7,4 @@ annotation class Ann(
|
||||
|
||||
Ann(true || false, true || true) class MyClass
|
||||
|
||||
// EXPECTED: Ann(b1 = true: Boolean, b2 = true: Boolean)
|
||||
// EXPECTED: Ann(b1 = true, b2 = true)
|
||||
|
||||
Reference in New Issue
Block a user