@@ -2007,6 +2007,89 @@ Occurrences:
2007
2007
Diagnostics:
2008
2008
[0:26..0:34): [warning] unused import
2009
2009
2010
+ expect/InfoMacro.scala
2011
+ ----------------------
2012
+
2013
+ Summary:
2014
+ Schema => SemanticDB v4
2015
+ Uri => InfoMacro.scala
2016
+ Text => empty
2017
+ Language => Scala
2018
+ Symbols => 7 entries
2019
+ Occurrences => 23 entries
2020
+ Synthetics => 6 entries
2021
+
2022
+ Symbols:
2023
+ _empty_/InfoMacro. => final object InfoMacro extends Object { self: InfoMacro.type => +3 decls }
2024
+ _empty_/InfoMacro.reportInfo(). => inline macro reportInfo (param msg: String): Unit
2025
+ _empty_/InfoMacro.reportInfo().(msg) => param msg: String
2026
+ _empty_/InfoMacro.reportInfoMacro(). => method reportInfoMacro (param msg: Expr[String])(implicit given param x$2: Quotes): Expr[Unit]
2027
+ _empty_/InfoMacro.reportInfoMacro().(msg) => param msg: Expr[String]
2028
+ _empty_/InfoMacro.reportInfoMacro().(x$2) => implicit given param x$2: Quotes
2029
+ local0 => implicit given param contextual$1: Quotes
2030
+
2031
+ Occurrences:
2032
+ [0:7..0:12): scala -> scala/
2033
+ [0:13..0:19): quoted -> scala/quoted/
2034
+ [2:7..2:16): InfoMacro <- _empty_/InfoMacro.
2035
+ [3:13..3:23): reportInfo <- _empty_/InfoMacro.reportInfo().
2036
+ [3:24..3:27): msg <- _empty_/InfoMacro.reportInfo().(msg)
2037
+ [3:29..3:35): String -> scala/Predef.String#
2038
+ [3:38..3:42): Unit -> scala/Unit#
2039
+ [3:48..3:63): reportInfoMacro -> _empty_/InfoMacro.reportInfoMacro().
2040
+ [5:6..5:21): reportInfoMacro <- _empty_/InfoMacro.reportInfoMacro().
2041
+ [5:22..5:25): msg <- _empty_/InfoMacro.reportInfoMacro().(msg)
2042
+ [5:27..5:31): Expr -> scala/quoted/Expr#
2043
+ [5:32..5:38): String -> scala/Predef.String#
2044
+ [5:47..5:53): Quotes -> scala/quoted/Quotes#
2045
+ [5:56..5:60): Expr -> scala/quoted/Expr#
2046
+ [5:61..5:65): Unit -> scala/Unit#
2047
+ [6:11..6:17): quotes -> scala/quoted/Quotes$package.quotes().
2048
+ [6:18..6:25): reflect -> scala/quoted/Quotes#reflect.
2049
+ [6:26..6:32): report -> scala/quoted/Quotes#reflectModule#report.
2050
+ [9:4..9:10): report -> scala/quoted/Quotes#reflectModule#report.
2051
+ [9:11..9:15): info -> scala/quoted/Quotes#reflectModule#reportModule#info().
2052
+ [9:16..9:17): s -> scala/StringContext#s().
2053
+ [9:37..9:40): msg -> _empty_/InfoMacro.reportInfoMacro().(msg)
2054
+ [9:41..9:53): valueOrAbort -> scala/quoted/Quotes#valueOrAbort().
2055
+
2056
+ Synthetics:
2057
+ [3:48..3:69):reportInfoMacro('msg) => *(contextual$1)
2058
+ [3:64..3:68):'msg => orig()(contextual$1)
2059
+ [6:11..6:17):quotes => *(x$2)
2060
+ [9:37..9:53):msg.valueOrAbort => *(StringFromExpr[String])
2061
+ [9:41..9:53):valueOrAbort => *[String]
2062
+ [11:4..11:11):'{ () } => orig(())(x$2)
2063
+
2064
+ expect/InfoMacroTest.scala
2065
+ --------------------------
2066
+
2067
+ Summary:
2068
+ Schema => SemanticDB v4
2069
+ Uri => InfoMacroTest.scala
2070
+ Text => empty
2071
+ Language => Scala
2072
+ Symbols => 2 entries
2073
+ Occurrences => 7 entries
2074
+ Diagnostics => 2 entries
2075
+
2076
+ Symbols:
2077
+ _empty_/InfoMacroTest. => final object InfoMacroTest extends Object { self: InfoMacroTest.type => +2 decls }
2078
+ _empty_/InfoMacroTest.main(). => method main (): Unit
2079
+
2080
+ Occurrences:
2081
+ [1:7..1:20): InfoMacroTest <- _empty_/InfoMacroTest.
2082
+ [2:6..2:10): main <- _empty_/InfoMacroTest.main().
2083
+ [2:14..2:18): Unit -> scala/Unit#
2084
+ [3:4..3:13): InfoMacro -> _empty_/InfoMacro.
2085
+ [3:14..3:24): reportInfo -> _empty_/InfoMacro.reportInfo().
2086
+ [4:4..4:13): InfoMacro -> _empty_/InfoMacro.
2087
+ [4:14..4:24): reportInfo -> _empty_/InfoMacro.reportInfo().
2088
+
2089
+ Diagnostics:
2090
+ [3:4..3:55): [info] Info from macro: This is a test info message
2091
+ [4:4..4:48): [info] Info from macro: Another info message
2092
+
2010
2093
expect/InstrumentTyper.scala
2011
2094
----------------------------
2012
2095
0 commit comments