Psi2Ir: Fold constants when generating IR
This is necessary to avoid stack overflow errors on large constant expressions.
This commit is contained in:
committed by
Dmitry Petrov
parent
e87d816994
commit
8c9ad81c76
+1
-1
@@ -12,7 +12,7 @@ object Definitions {
|
||||
get
|
||||
|
||||
val ktValue: String
|
||||
field = super.#CONSTANT
|
||||
field = "constant"
|
||||
get
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user