Hey why is Jetbrains allowed to have inline constr...
# language-evolution
f
Hey why is Jetbrains allowed to have inline constructors but I'm not? 😄
a
you can find some info here https://discuss.kotlinlang.org/t/whats-an-inline-constructor-in-kotlin/21699 TL;DR: those don't really "exist", since the arrays are handled especially by the compiler
f
Thanks