blob: 9204affe8805082babc0a3a472403ebfd4455831 [file]
import kotlin.reflect.*
fun foo() {
String::class.primaryConstructor
listOf(42)
}