avoid deprecated syntax

This commit is contained in:
Mark Canlas 2023-12-31 19:08:32 -05:00
parent 355668b757
commit 860a788b87
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ package com.htmlism.firepower.core
import weaver.*
object ComplicatedResourceSuite extends FunSuite:
class Player[A <: Player[_]](address: Int):
class Player[A <: Player[?]](address: Int):
def headAddr: Int =
address