Temporary change default behavior for constructor call normalization

It's necessary to perform bootstrap and must be reverted after
This commit is contained in:
Denis Zharkov
2017-10-11 14:21:40 +03:00
parent 1d4c2e9223
commit 2e8cda8103
@@ -28,9 +28,9 @@ enum class JVMConstructorCallNormalizationMode(
companion object {
@JvmField
val DEFAULT = DISABLE
val DEFAULT = ENABLE
@JvmStatic
fun fromStringOrNull(string: String?) = values().find { it.description == string }
}
}
}