Skip to content

Commit

Permalink
修正When
Browse files Browse the repository at this point in the history
  • Loading branch information
q210520993 committed Apr 4, 2024
1 parent 18ff382 commit 2d4892d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ private fun `when`() = prefixParser<Any?> {
val condition = questCondition("->") {
val symbol = next()
val other = quest<Any?>()
quester { com.skillw.asahi.util.check(value.get(), symbol, other) }
quester { com.skillw.asahi.util.check(value.get(), symbol, other.get()) }
}
expect("->")
pairs.add(condition to quest())
Expand Down

0 comments on commit 2d4892d

Please sign in to comment.