Allow placing Suppress on a type parameter
#KT-12448
This commit is contained in:
+5
@@ -22956,6 +22956,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
|
||||
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