@@ -1980,6 +1980,89 @@ Occurrences:
1980
1980
Diagnostics:
1981
1981
[0:26..0:34): [warning] unused import
1982
1982
1983
+ expect/InfoMacro.scala
1984
+ ----------------------
1985
+
1986
+ Summary:
1987
+ Schema => SemanticDB v4
1988
+ Uri => InfoMacro.scala
1989
+ Text => empty
1990
+ Language => Scala
1991
+ Symbols => 7 entries
1992
+ Occurrences => 23 entries
1993
+ Synthetics => 6 entries
1994
+
1995
+ Symbols:
1996
+ _empty_/InfoMacro. => final object InfoMacro extends Object { self: InfoMacro.type => +3 decls }
1997
+ _empty_/InfoMacro.reportInfo(). => inline macro reportInfo (param msg: String): Unit
1998
+ _empty_/InfoMacro.reportInfo().(msg) => param msg: String
1999
+ _empty_/InfoMacro.reportInfoMacro(). => method reportInfoMacro (param msg: Expr[String])(implicit given param x$2: Quotes): Expr[Unit]
2000
+ _empty_/InfoMacro.reportInfoMacro().(msg) => param msg: Expr[String]
2001
+ _empty_/InfoMacro.reportInfoMacro().(x$2) => implicit given param x$2: Quotes
2002
+ local0 => implicit given param contextual$1: Quotes
2003
+
2004
+ Occurrences:
2005
+ [0:7..0:12): scala -> scala/
2006
+ [0:13..0:19): quoted -> scala/quoted/
2007
+ [2:7..2:16): InfoMacro <- _empty_/InfoMacro.
2008
+ [3:13..3:23): reportInfo <- _empty_/InfoMacro.reportInfo().
2009
+ [3:24..3:27): msg <- _empty_/InfoMacro.reportInfo().(msg)
2010
+ [3:29..3:35): String -> scala/Predef.String#
2011
+ [3:38..3:42): Unit -> scala/Unit#
2012
+ [3:48..3:63): reportInfoMacro -> _empty_/InfoMacro.reportInfoMacro().
2013
+ [5:6..5:21): reportInfoMacro <- _empty_/InfoMacro.reportInfoMacro().
2014
+ [5:22..5:25): msg <- _empty_/InfoMacro.reportInfoMacro().(msg)
2015
+ [5:27..5:31): Expr -> scala/quoted/Expr#
2016
+ [5:32..5:38): String -> scala/Predef.String#
2017
+ [5:47..5:53): Quotes -> scala/quoted/Quotes#
2018
+ [5:56..5:60): Expr -> scala/quoted/Expr#
2019
+ [5:61..5:65): Unit -> scala/Unit#
2020
+ [6:11..6:17): quotes -> scala/quoted/Quotes$package.quotes().
2021
+ [6:18..6:25): reflect -> scala/quoted/Quotes#reflect.
2022
+ [6:26..6:32): report -> scala/quoted/Quotes#reflectModule#report.
2023
+ [9:4..9:10): report -> scala/quoted/Quotes#reflectModule#report.
2024
+ [9:11..9:15): info -> scala/quoted/Quotes#reflectModule#reportModule#info().
2025
+ [9:16..9:17): s -> scala/StringContext#s().
2026
+ [9:37..9:40): msg -> _empty_/InfoMacro.reportInfoMacro().(msg)
2027
+ [9:41..9:53): valueOrAbort -> scala/quoted/Quotes#valueOrAbort().
2028
+
2029
+ Synthetics:
2030
+ [3:48..3:69):reportInfoMacro('msg) => *(contextual$1)
2031
+ [3:64..3:68):'msg => orig()(contextual$1)
2032
+ [6:11..6:17):quotes => *(x$2)
2033
+ [9:37..9:53):msg.valueOrAbort => *(StringFromExpr[String])
2034
+ [9:41..9:53):valueOrAbort => *[String]
2035
+ [11:4..11:11):'{ () } => orig(())(x$2)
2036
+
2037
+ expect/InfoMacroTest.scala
2038
+ --------------------------
2039
+
2040
+ Summary:
2041
+ Schema => SemanticDB v4
2042
+ Uri => InfoMacroTest.scala
2043
+ Text => empty
2044
+ Language => Scala
2045
+ Symbols => 2 entries
2046
+ Occurrences => 7 entries
2047
+ Diagnostics => 2 entries
2048
+
2049
+ Symbols:
2050
+ _empty_/InfoMacroTest. => final object InfoMacroTest extends Object { self: InfoMacroTest.type => +2 decls }
2051
+ _empty_/InfoMacroTest.main(). => method main (): Unit
2052
+
2053
+ Occurrences:
2054
+ [1:7..1:20): InfoMacroTest <- _empty_/InfoMacroTest.
2055
+ [2:6..2:10): main <- _empty_/InfoMacroTest.main().
2056
+ [2:14..2:18): Unit -> scala/Unit#
2057
+ [3:4..3:13): InfoMacro -> _empty_/InfoMacro.
2058
+ [3:14..3:24): reportInfo -> _empty_/InfoMacro.reportInfo().
2059
+ [4:4..4:13): InfoMacro -> _empty_/InfoMacro.
2060
+ [4:14..4:24): reportInfo -> _empty_/InfoMacro.reportInfo().
2061
+
2062
+ Diagnostics:
2063
+ [3:4..3:55): [info] Info from macro: This is a test info message
2064
+ [4:4..4:48): [info] Info from macro: Another info message
2065
+
1983
2066
expect/InstrumentTyper.scala
1984
2067
----------------------------
1985
2068
0 commit comments