Merge ConstantExpressionEvaluator and CompileTimeConstantResolver
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ annotation class Ann(
|
||||
|
||||
val i: Int = 2
|
||||
val s: Short = 2
|
||||
val f: Float = 2.0
|
||||
val f: Float = 2.0.toFloat()
|
||||
val d: Double = 2.0
|
||||
val l: Long = 2
|
||||
val b: Byte = 2
|
||||
|
||||
Reference in New Issue
Block a user