Skip to content

fix Scala 2.13 deprecation warning#7

Open
amir734jj wants to merge 1 commit into
boyland:masterfrom
amir734jj:master
Open

fix Scala 2.13 deprecation warning#7
amir734jj wants to merge 1 commit into
boyland:masterfrom
amir734jj:master

Conversation

@amir734jj
Copy link
Copy Markdown

@amir734jj amir734jj commented Jan 15, 2024

depreciation warning fixed

amir@amir-desktop:~/workspace/scala-bison$ make compile
mkdir -p bin
(cd src; scalac -d ../bin edu/uwm/cs/util/*.scala edu/uwm/cs/scalabison/*.scala)
edu/uwm/cs/scalabison/BisonScanner.scala:181: warning: method without a parameter list overrides method next in trait Iterator defined with a single empty parameter list [quickfixable]
  /*override*/ def next : BisonTokens.YYToken = state.next;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant