mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
- Registry was converted from java to kotlin, then resolve inside sources start to return functions from the companion object. At the same time, decompiled code still returns bridges from Registry itself and thus was not affected by the bug. - Test covers now only "sources" case, because the compiled case is covered by java/k1 tests. ^KTIJ-31444 fixed GitOrigin-RevId: 59dfa24c89b89057e6af3e5da939cf7a93bdb8fa
19 lines
1007 B
XML
19 lines
1007 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="JAVA_MODULE" version="4">
|
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
<exclude-output />
|
|
<content url="file://$MODULE_DIR$">
|
|
<sourceFolder url="file://$MODULE_DIR$/testSrc" isTestSource="true" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
|
<orderEntry type="module" module-name="kotlin.code-insight.k2" />
|
|
<orderEntry type="module" module-name="intellij.devkit" />
|
|
<orderEntry type="module" module-name="intellij.devkit.core" />
|
|
<orderEntry type="module" module-name="intellij.devkit.testFramework" />
|
|
<orderEntry type="module" module-name="intellij.kotlin.plugin.community.main" />
|
|
<orderEntry type="module" module-name="intellij.kotlin.devkit" />
|
|
<orderEntry type="module" module-name="kotlin.base.test" scope="TEST" />
|
|
</component>
|
|
</module> |