[JS IR] shorten lib name to fit 255 path total length on Windows

This commit is contained in:
Anton Bannykh
2021-12-01 13:23:42 +03:00
committed by TeamCityServer
parent 5a3c8336ca
commit 9122304acb
@@ -3,7 +3,7 @@
// RUN_PLAIN_BOX_FUNCTION
// INFER_MAIN_MODULE
// MODULE: overriden_external_method_with_same_stable_name_method
// MODULE: lib
// FILE: lib.kt
external abstract class Foo {
abstract fun o(): String
@@ -32,7 +32,7 @@ Foo.prototype.k = function() {
}
function box() {
return test(new this["overriden_external_method_with_same_stable_name_method"].Baz());
return test(new this["lib"].Baz());
}
function test(foo) {