Change allConstants test
Currently, FIR compilation of `const val b: Byte = 50 + 50` shows an error, but old compiler doesn't (it shows only warning). Since this is an incremental test, it should not be affected by compiler errors, but should only test for .kt usage without recompilation. #KT-54991 In Progress
This commit is contained in:
committed by
Space Team
parent
a0fa438735
commit
090a58ccc4
@@ -0,0 +1,4 @@
|
||||
package test
|
||||
|
||||
@Deprecated("$i $l $f $d $bb $str")
|
||||
class Usage
|
||||
Reference in New Issue
Block a user