The Kotlin compiler has problems to generate code ...
# announcements
h
The Kotlin compiler has problems to generate code for
lazy()
lambda expression within methods with backtick names. With
bar
it does not compile, with
baz
it compiles fine.