mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
8 lines
151 B
Kotlin
Vendored
8 lines
151 B
Kotlin
Vendored
// KOTLIN_CONFIGURATION_FLAGS: +JVM.DISABLE_PARAM_ASSERTIONS
|
|
|
|
fun <T> foo(a: List<T>) {
|
|
val t: T = a.get(0)
|
|
}
|
|
|
|
// 0 kotlin/jvm/internal/Intrinsics
|