// KOTLIN_CONFIGURATION_FLAGS: +JVM.DISABLE_PARAM_ASSERTIONS fun foo(a: List) { val t: T = a.get(0) } // 0 kotlin/jvm/internal/Intrinsics