https://kotlinlang.org logo
#intellij
Title
# intellij
e

elect

05/01/2021, 10:00 PM
porting code from groovy, copy/pasting this snippet make Idea freezing
Copy code
private void throwIllegalArgument(Object object) {
    throw new IllegalArgumentException("Can't handle the following object (${object}) of class (${object.class})")
  }
am I a the only one?
a

Alexey Belkov [JB]

05/04/2021, 8:30 AM
Thank you, looks like this is https://youtrack.jetbrains.com/issue/KT-46455. It should help to use Kotlin 1.4.32.
e

elect

05/04/2021, 10:14 AM
thanks Alexey
2 Views