mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2024-12-28 02:32:05 +00:00
avoid deprecated syntax
This commit is contained in:
parent
355668b757
commit
860a788b87
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user