Skip to content

Commit 22d56f3

Browse files
committed
second attempted fix
1 parent 5d7db95 commit 22d56f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/run-custom-args/tasty-inspector/i8215.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ object Test {
2929
}
3030
}
3131

32-
class TestInspector_NonTasty() extends TastyInspector
32+
class TestInspector_NonTasty() extends TastyInspector:
3333

3434
var isJava: Boolean = false
3535
var isScala2: Boolean = false
3636
var className: String = ""
3737

3838
protected def processCompilationUnit(reflect: Reflection)(root: reflect.Tree): Unit =
39-
import reflect.{given,_}
39+
import reflect.{_, given _}
4040
isJava = reflect.rootContext.isJavaCompilationUnit()
4141
isScala2 = reflect.rootContext.isScala2CompilationUnit()
4242
className = reflect.rootContext.compilationUnitClassname()

0 commit comments

Comments
 (0)