FE: Warn about generic inline class parameter in LV < 1.8
#KT-54192 Fixed
This commit is contained in:
+6
@@ -33418,6 +33418,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/valueClasses/valueClassWithForbiddenUnderlyingTypeMultiField.kt", TransformersFunctions.getReplaceOptionalJvmInlineAnnotationWithUniversal());
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("valueClassWithGenericUnderlyingTypeNoFeature.kt")
|
||||
public void testValueClassWithGenericUnderlyingTypeNoFeature() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/valueClasses/valueClassWithGenericUnderlyingTypeNoFeature.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("valueClassesInsideAnnotations.kt")
|
||||
public void testValueClassesInsideAnnotations() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user