FIR: Add test for get class + let in delegation
This commit is contained in:
committed by
teamcity
parent
1c8b6dccff
commit
2338281889
+6
@@ -4967,6 +4967,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/delegates/delegateWithAnonymousObject.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("getClassLet.kt")
|
||||
public void testGetClassLet() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/delegates/getClassLet.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt41917.kt")
|
||||
public void testKt41917() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user