I just accidentally wrote `inline class` (meant to...
# announcements
d
I just accidentally wrote
inline class
(meant to do
internal class
and auto-completed too soon) and I was surprised to see IntelliJ tell me: "the feature "inline classes" is experimental and should be enabled explicitly". I love playing around with new experimental features, how do I enable it? 😄
g
I think you cannot, you need some snapshot of Kotlin from master or some other branch + enable it with flag
d
Ah, I see. I will wait patiently for 1.2.60 then 😄
g
I don’t think that this will be available on 1.2.60
it’s 1.3 feature
d
Oh 😞 Strange that it appears in 1.2.x stuff then.
g
because Kotlin Plugin know about this feature 🙂 Probably to allow use by Kotlin Team Or to prepare for 1.3 betas