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