:mega: Hey everyone! Just a heads up: we have a so...
# announcements
a
📣 Hey everyone! Just a heads up: we have a somewhat unfortunate regression in 1.3.20 regarding function names. If you use function names with a right parenthesis character
)
(which is common in test code) you might encounter a compiler crash with a stack trace that ends in something like
IllegalArgumentException at getAbstractTypeFromDescriptor
. Here's the issue: https://youtrack.jetbrains.com/issue/KT-29475 . To avoid the crash just remove the
)
from the offending function name. We'll try to come up with a way to fix this.