[Test] Add test for KT-54668
This commit is contained in:
committed by
Space Team
parent
f2cc5310b9
commit
bc9bc26cc8
+6
@@ -3467,6 +3467,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/properties/kotlinOverridesJavaComplex.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("lazyValWithElvisToNothingInside.kt")
|
||||
public void testLazyValWithElvisToNothingInside() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/properties/lazyValWithElvisToNothingInside.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("noBackingFieldForExtension.kt")
|
||||
public void testNoBackingFieldForExtension() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user