Hi, I was looking at the definition of the Array c...
# announcements
l
Hi, I was looking at the definition of the Array class for some reason and noticed that the constructor was inlined, but when I tried to do it it didn't work. When looking at the source it seemed to be using an annotation to achieve this. I was wondering what is the reason for this. Link to source: https://github.com/JetBrains/kotlin-native/blob/master/runtime/src/main/kotlin/kotlin/Array.kt