Use type from compile time value for binary expression
This commit is contained in:
@@ -4,4 +4,4 @@ annotation class Ann(val c1: Char)
|
||||
|
||||
Ann('a' - 'a') class MyClass
|
||||
|
||||
// EXPECTED: Ann[c1 = 0.toInt(): jet.Int]
|
||||
// EXPECTED: Ann[c1 = IntegerValueType(0): IntegerValueType(0)]
|
||||
|
||||
Reference in New Issue
Block a user