You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scala3doc/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ CLI command for running our tool is in form: `sbt main -n <name> -o <output> -t
47
47
-`<classpath>`: classpath that was used to generate tasty files
48
48
-`<sources>`: links to source files of module that are used to link symbols on pages to their source file. They need to be supplied in form:
49
49
`local_dir=remote_dir#line_suffix` e.g. `src/main/scala=https://github.com/lampepfl/scala3doc/tree/master/src/main/scala#L`
50
-
-`<documentation>`: directory of static documentation that you would like to render with API documentation. This feature is provided by dokka-site plugin:
50
+
-`<documentation>`: directory of static documentation that you would like to render with API documentation. This feature is provided by dokka-site plugin:
// This Try is here because of problem that code compiles, but at runtime fails claiming
39
39
// java.lang.ClassCastException: class dotty.tools.dotc.ast.Trees$DefDef cannot be cast to class dotty.tools.dotc.ast.Trees$TypeDef (dotty.tools.dotc.ast.Trees$DefDef and dotty.tools.dotc.ast.Trees$TypeDef are in unnamed module of loader 'app')
@@ -47,7 +47,7 @@ trait ClassLikeSupport:
47
47
valsymbol=if tree.symbol.isClassConstructor then tree.symbol.owner else tree.symbol
0 commit comments