Refactoring of CompileTimeConstant, introduce flag to represent a constant being referenced by a variable
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package test
|
||||
|
||||
val x = 1
|
||||
val y = "a"
|
||||
|
||||
// val prop1: true
|
||||
val prop1 = x
|
||||
|
||||
// val prop2: true
|
||||
val prop2 = y
|
||||
|
||||
Reference in New Issue
Block a user