blob: 05bd99bc3d42dc2c0649f7a2048bcd906fc1df1b [file]
// WITH_STDLIB
class Test {
fun test() {
val x = Test::class.ja<caret>va
}
}