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