Alexey Belkov [JB]
01/26/2019, 12:40 PM)
(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.