0d26087040
Note that now "-no-stdlib" implies "-no-reflect". #KT-13237 Fixed
7 lines
91 B
Kotlin
Vendored
7 lines
91 B
Kotlin
Vendored
import kotlin.reflect.*
|
|
|
|
fun foo() {
|
|
String::class.primaryConstructor
|
|
listOf(42)
|
|
}
|