AA FIR: avoid unsafe argument retrieval during const evaluation

This commit is contained in:
Jinseong Jeon
2022-09-15 13:16:19 -07:00
committed by Ilya Kirillov
parent 0b4a4ca42b
commit dd7fc7f4ae
7 changed files with 42 additions and 1 deletions
@@ -0,0 +1,5 @@
// WITH_STDLIB
const val CODE = <expr>"""
const val CODE = "const val CODE = ..."
""".trimIndent()</expr>