[Test] Integrate AbstractCompileTimeConstantEvaluatorTest to AbstractDiagnosticTest

^KT-47898
This commit is contained in:
Dmitriy Novozhilov
2021-07-28 17:13:17 +03:00
parent c401582770
commit 046730c62c
103 changed files with 2823 additions and 510 deletions
@@ -0,0 +1,11 @@
package test
val x = 1
val y = "a"
// val prop1: true
<!DEBUG_INFO_CONSTANT_VALUE("true")!>val prop1 = x<!>
// val prop2: true
<!DEBUG_INFO_CONSTANT_VALUE("true")!>val prop2 = y<!>