What JVM version?
# announcements
j
What JVM version?
b
1.8.0_172
j
Wild. So if you put that same input into
kotlinc
, it works?
b
I’ve actually never used
kotlinc
directly. I’m just using it through gradle
When I ran the actual compile, I got an error with the same message though
j
Ah, phew. That would’ve been a gnarly bug.
b
I just tested it in JVM 9.0.1 and I got the same compile error