mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2024-12-29 08:29:54 +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.*
|
import weaver.*
|
||||||
object ComplicatedResourceSuite extends FunSuite:
|
object ComplicatedResourceSuite extends FunSuite:
|
||||||
class Player[A <: Player[_]](address: Int):
|
class Player[A <: Player[?]](address: Int):
|
||||||
def headAddr: Int =
|
def headAddr: Int =
|
||||||
address
|
address
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user