回答編集履歴
1
typo
answer
CHANGED
@@ -7,14 +7,11 @@
|
|
7
7
|
```kotlin
|
8
8
|
import com.sun.el.lang.EvaluationContext
|
9
9
|
import javax.el.ExpressionFactory
|
10
|
-
object
|
10
|
+
object Hogege{
|
11
11
|
@JvmStatic
|
12
12
|
fun main(args: Array<String>) {
|
13
13
|
val factory = ExpressionFactory.newInstance()
|
14
|
-
println("factory :${factory}")
|
15
|
-
|
16
14
|
val context = EvaluationContext(null, null, null)
|
17
|
-
println("context :${context}")
|
18
15
|
|
19
16
|
listOf(
|
20
17
|
"(1+2.5)/3",
|