API Annotations: AnnAt disconnected for TYPEAPP
For the code type family F1 (a :: k) (f :: k -> Type) :: Type where F1 @Peano a f = T @Peano f a the API annotation for the first @ is not attached to a SourceSpan in the ParsedSource Closes #16236
Showing
- compiler/deSugar/DsMeta.hs 3 additions, 3 deletionscompiler/deSugar/DsMeta.hs
- compiler/hieFile/HieAst.hs 2 additions, 2 deletionscompiler/hieFile/HieAst.hs
- compiler/hsSyn/Convert.hs 5 additions, 4 deletionscompiler/hsSyn/Convert.hs
- compiler/hsSyn/HsTypes.hs 10 additions, 9 deletionscompiler/hsSyn/HsTypes.hs
- compiler/parser/Parser.y 1 addition, 1 deletioncompiler/parser/Parser.y
- compiler/parser/RdrHsSyn.hs 41 additions, 28 deletionscompiler/parser/RdrHsSyn.hs
- compiler/rename/RnTypes.hs 5 additions, 5 deletionscompiler/rename/RnTypes.hs
- compiler/typecheck/TcExpr.hs 12 additions, 12 deletionscompiler/typecheck/TcExpr.hs
- compiler/typecheck/TcHsType.hs 5 additions, 4 deletionscompiler/typecheck/TcHsType.hs
- testsuite/tests/ghc-api/annotations/Makefile 4 additions, 0 deletionstestsuite/tests/ghc-api/annotations/Makefile
- testsuite/tests/ghc-api/annotations/T16236.stdout 85 additions, 0 deletionstestsuite/tests/ghc-api/annotations/T16236.stdout
- testsuite/tests/ghc-api/annotations/Test16236.hs 20 additions, 0 deletionstestsuite/tests/ghc-api/annotations/Test16236.hs
- testsuite/tests/ghc-api/annotations/all.T 2 additions, 0 deletionstestsuite/tests/ghc-api/annotations/all.T
- testsuite/tests/parser/should_compile/DumpParsedAst.stderr 2 additions, 1 deletiontestsuite/tests/parser/should_compile/DumpParsedAst.stderr
- testsuite/tests/parser/should_compile/DumpRenamedAst.stderr 2 additions, 1 deletiontestsuite/tests/parser/should_compile/DumpRenamedAst.stderr
Loading
Please register or sign in to comment