[SLC] make INSTANCE field for object public
^KT-56441 Fixed
This commit is contained in:
committed by
Space Team
parent
8e815e943e
commit
6c24436657
+1
-1
@@ -34,7 +34,7 @@ abstract class AbstractCompilerLightClassTest : KotlinMultiFileTestWithJava<Kotl
|
||||
val actual = LightClassTestCommon.getActualLightClassText(
|
||||
wholeFile,
|
||||
{ fqname -> findLightClass(allowFrontendExceptions, environment, fqname) },
|
||||
LightClassTestCommon::removeEmptyDefaultImpls
|
||||
{ LightClassTestCommon.removeEmptyDefaultImpls(it).replace("\$test_module", "\$light_idea_test_case") },
|
||||
)
|
||||
KotlinTestUtils.assertEqualsToFile(expectedFile, actual)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user