diff options
author | Eduardo Julian | 2021-02-26 02:34:17 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-02-26 02:34:17 -0400 |
commit | 69edb6de2ecf62881bcde1b8013c98450a6a52bc (patch) | |
tree | 3442a0abf0b5f95fa33adc586e470d150d2deece /stdlib/source/lux/host.old.lux | |
parent | 47b320b854a6f28621c5d5d118cac31db27e7c50 (diff) |
Got JRuby to cooperate.
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/lux/host.old.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/host.old.lux b/stdlib/source/lux/host.old.lux index cc7fe53e4..3a69f2464 100644 --- a/stdlib/source/lux/host.old.lux +++ b/stdlib/source/lux/host.old.lux @@ -1322,7 +1322,7 @@ {unchecked (p.maybe s.any)}) {#.doc (doc "Checks whether an object is an instance of a particular class." "Caveat emptor: Cannot check for polymorphism, so avoid using parameterized classes." - (case (check String "YOLO") + (case (check java/lang/String "YOLO") (#.Some value_as_string) #.None))} (with_gensyms [g!_ g!unchecked] |