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