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 5d7db95 commit 22d56f3Copy full SHA for 22d56f3
tests/run-custom-args/tasty-inspector/i8215.scala
@@ -29,14 +29,14 @@ object Test {
29
}
30
31
32
-class TestInspector_NonTasty() extends TastyInspector
+class TestInspector_NonTasty() extends TastyInspector:
33
34
var isJava: Boolean = false
35
var isScala2: Boolean = false
36
var className: String = ""
37
38
protected def processCompilationUnit(reflect: Reflection)(root: reflect.Tree): Unit =
39
- import reflect.{given,_}
+ import reflect.{_, given _}
40
isJava = reflect.rootContext.isJavaCompilationUnit()
41
isScala2 = reflect.rootContext.isScala2CompilationUnit()
42
className = reflect.rootContext.compilationUnitClassname()
0 commit comments