Support builtin properties in ConstantExpressionEvaluator
This commit is contained in:
committed by
Mikhail Glukhikh
parent
e062e32f95
commit
0b9c9a6047
+1
-1
@@ -35,4 +35,4 @@ val prop9 = "a" + "b"
|
||||
val prop10 = prop9 + "b"
|
||||
|
||||
// val prop11: 6
|
||||
val prop11 = "kotlin".length()
|
||||
val prop11 = "kotlin".length
|
||||
|
||||
Reference in New Issue
Block a user