Allow placing Suppress on a type parameter
#KT-12448
This commit is contained in:
@@ -23038,6 +23038,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTestWithFirVali
|
||||
public void testOnPropertyAccessor() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/suppress/oneWarning/onPropertyAccessor.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("onTypeParameter.kt")
|
||||
public void testOnTypeParameter() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/suppress/oneWarning/onTypeParameter.kt");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Generated
+5
@@ -22958,6 +22958,11 @@ public class DiagnosticsUsingJavacTestGenerated extends AbstractDiagnosticsUsing
|
||||
public void testOnPropertyAccessor() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/suppress/oneWarning/onPropertyAccessor.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("onTypeParameter.kt")
|
||||
public void testOnTypeParameter() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/suppress/oneWarning/onTypeParameter.kt");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user