blob: 4029cc066761611f9f8768080afb3df545ea20c5 [file]
import kotlin.reflect.*
fun foo() {
String::class.primaryConstructor
Void::class
::foo.name
listOf(42)
}