diff --git a/build.xml b/build.xml
index 30362dfac37..3be9fb9d706 100644
--- a/build.xml
+++ b/build.xml
@@ -877,7 +877,7 @@
-
+
@@ -926,7 +926,7 @@
-
+
diff --git a/idea/testData/debugger/tinyApp/outs/stepIntoStdlibFacadeClass.out b/idea/testData/debugger/tinyApp/outs/stepIntoStdlibFacadeClass.out
index 9ddfd6f5568..dcc2eb4e81f 100644
--- a/idea/testData/debugger/tinyApp/outs/stepIntoStdlibFacadeClass.out
+++ b/idea/testData/debugger/tinyApp/outs/stepIntoStdlibFacadeClass.out
@@ -2,8 +2,8 @@ LineBreakpoint created at stepIntoStdlibFacadeClass.kt:6
!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! stepIntoStdlibFacadeClass.StepIntoStdlibFacadeClassKt
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
stepIntoStdlibFacadeClass.kt:6
-ArraysKt.!EXT!
_Arrays.!EXT!
+Iterables.!EXT!
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0
diff --git a/idea/tests/org/jetbrains/kotlin/idea/caches/resolve/CustomModuleInfoTest.kt b/idea/tests/org/jetbrains/kotlin/idea/caches/resolve/CustomModuleInfoTest.kt
index ae5856dd243..6b5bf714f46 100644
--- a/idea/tests/org/jetbrains/kotlin/idea/caches/resolve/CustomModuleInfoTest.kt
+++ b/idea/tests/org/jetbrains/kotlin/idea/caches/resolve/CustomModuleInfoTest.kt
@@ -28,10 +28,10 @@ class CustomModuleInfoTest : KotlinLightCodeInsightFixtureTestCase() {
fun testModuleInfoForMembersOfLightClassForDecompiledFile() {
//NOTE: any class with methods from stdlib will do
- val collectionsKtClass = JavaPsiFacade.getInstance(project).findClass("kotlin.collections.CollectionsKt", GlobalSearchScope.allScope(project))!!
- val classModuleInfo = collectionsKtClass.getModuleInfo()
+ val tuplesKtClass = JavaPsiFacade.getInstance(project).findClass("kotlin.TuplesKt", GlobalSearchScope.allScope(project))!!
+ val classModuleInfo = tuplesKtClass.getModuleInfo()
Assert.assertTrue(classModuleInfo is LibraryInfo)
- val methods = collectionsKtClass.methods
+ val methods = tuplesKtClass.methods
Assert.assertTrue(methods.isNotEmpty())
methods.forEach {
Assert.assertEquals("Members of decompiled class should have the same module info", classModuleInfo, it.getModuleInfo())
diff --git a/libraries/stdlib/pom.xml b/libraries/stdlib/pom.xml
index a7a33278a48..9da23b67cd3 100644
--- a/libraries/stdlib/pom.xml
+++ b/libraries/stdlib/pom.xml
@@ -52,6 +52,7 @@
+ -Xmultifile-parts-inherit
-Xdump-declarations-to
${basedir}/target/stdlib-declarations.json