[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,8 @@
package
package test {
public val prop1: kotlin.Int = 513105426295.toLong()
public val prop2: kotlin.Long = 513105426295.toLong()
public val prop3: kotlin.Long = 513105426295.toLong()
public const val prop4: kotlin.Int = 10
}