Reproduce wrong binary resolution to fun w/ value class

^KT-65653
This commit is contained in:
Jinseong Jeon
2024-02-07 13:24:16 -08:00
committed by teamcity
parent 8f8c7fe7cf
commit 7e65f125cc
5 changed files with 107 additions and 0 deletions
@@ -111,4 +111,16 @@ public class FirStandaloneNormalAnalysisLibraryBinaryModulePsiDeclarationProvide
public void testPropertiesInOuterClass() throws Exception {
runTest("analysis/analysis-api/testData/standalone/binary/propertiesInOuterClass.kt");
}
@Test
@TestMetadata("propertyWithValueClass.kt")
public void testPropertyWithValueClass() throws Exception {
runTest("analysis/analysis-api/testData/standalone/binary/propertyWithValueClass.kt");
}
@Test
@TestMetadata("topLevelFunctionWithValueClass.kt")
public void testTopLevelFunctionWithValueClass() throws Exception {
runTest("analysis/analysis-api/testData/standalone/binary/topLevelFunctionWithValueClass.kt");
}
}