You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compiler/config/configuration-keys-generator/src/org/jetbrains/kotlin/config/keys/generator/CommonConfigurationKeysContainer.kt
valENABLE_IR_VARARG_TYPES_CHECKS=CompilerConfigurationKey.create<Boolean>("Check IR for vararg types mismatches")
112
112
113
+
@JvmField
114
+
valENABLE_IR_NESTED_OFFSETS_CHECKS=CompilerConfigurationKey.create<Boolean>("Check that offsets of nested IR elements conform to offsets of their containers")
0 commit comments