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