Added -Xdisable-fake-override-validator

This commit is contained in:
Alexander Gorshenev
2020-06-25 00:14:48 +03:00
parent f127a0f593
commit de79e3bec3
4 changed files with 15 additions and 4 deletions
@@ -327,6 +327,7 @@ class K2JsIrCompiler : CLICompiler<K2JSCompilerArguments>() {
}
configuration.put(JSConfigurationKeys.PRINT_REACHABILITY_INFO, arguments.irDcePrintReachabilityInfo)
configuration.put(JSConfigurationKeys.DISABLE_FAKE_OVERRIDE_VALIDATOR, arguments.disableFakeOverrideValidator)
}
override fun executableScriptFileName(): String {