AA: introduce KtConstantEvaluationMode

This commit is contained in:
Jinseong Jeon
2022-03-10 00:16:14 -08:00
committed by Ilya Kirillov
parent ee23a52e54
commit 606033e1e6
58 changed files with 350 additions and 63 deletions
@@ -1,4 +0,0 @@
annotation class Annotation(vararg val values: String)
@Annotation(<expr>"42"</expr>)
class C