From a529d0e962cbe6a8f32dcc87d5193df46c0ebc94 Mon Sep 17 00:00:00 2001 From: Aditya Naik Date: Mon, 3 Jun 2024 09:44:01 -0700 Subject: Get core to compile --- core/src/main/scala/chisel3/Annotation.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/main/scala/chisel3/Annotation.scala') diff --git a/core/src/main/scala/chisel3/Annotation.scala b/core/src/main/scala/chisel3/Annotation.scala index 0410e1df..f527182f 100644 --- a/core/src/main/scala/chisel3/Annotation.scala +++ b/core/src/main/scala/chisel3/Annotation.scala @@ -35,7 +35,7 @@ trait ChiselMultiAnnotation { * FIRRTL. */ trait RunFirrtlTransform extends ChiselAnnotation { - def transformClass: Class[_ <: Transform] + def transformClass: Class[? <: Transform] } object annotate { -- cgit v1.2.3