We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc5452 commit c54153aCopy full SHA for c54153a
compiler/src/dotty/tools/dotc/parsing/JavaScanners.scala
@@ -534,5 +534,5 @@ object JavaScanners {
534
nextToken()
535
}
536
537
- private val ((lastKeywordStart: Int), (kwArray: Array[Int])) = buildKeywordArray(keywords)
+ private val (lastKeywordStart, kwArray) = buildKeywordArray(keywords)
538
compiler/src/dotty/tools/dotc/parsing/Scanners.scala
@@ -1003,5 +1003,5 @@ object Scanners {
1003
1004
// ------------- keyword configuration -----------------------------------
1005
1006
1007
0 commit comments