<@U092308M7> <@U0AAQKT9Q> Can tell why this exam...
# announcements
k
@orangy @ilya.gorbunov Can tell why this example provided in the docs throwing exception on try.kotlinlang.org but works fine in the IDE
Copy code
inline fun <reified T> membersOf() = T::class.members

fun main(s: Array<String>) {
    println(membersOf<StringBuilder>().joinToString("\n"))
}
https://try.kotlinlang.org/#/UserProjects/e8imtmr1ecig3054eh01oekq8q/s05q8o8o76i5jkum3ov36o3gpc
o
I have no idea. May be @udalov can help?
k
also in my opinion there should be an option to try the beta releases online Like an option to switch btw stable and beta
o
There are in the bottom-right corner
k
Sorry my bad on that one