[FIR] Reorganize modules of raw fir builders
This commit is contained in:
+10
@@ -19816,6 +19816,16 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/properties/classFieldInsideNested.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("classFieldInsideNestedLambda.kt")
|
||||
public void testClassFieldInsideNestedLambda() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/classFieldInsideNestedLambda.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("classFieldInsideNestedNestedLambda.kt")
|
||||
public void testClassFieldInsideNestedNestedLambda() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/classFieldInsideNestedNestedLambda.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("classObjectProperties.kt")
|
||||
public void testClassObjectProperties() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/classObjectProperties.kt");
|
||||
|
||||
Reference in New Issue
Block a user