Commit 7249412
Fix class name to not embed all packages
We want the symbol for a class to be package/package/Class#, instead
this gave us `package/package/Class`#.
Now we have just Class#, packages will be added back in a future
commit.
The display name should just be the simple class name.
Still 23 failing tests.1 parent bb5bf9a commit 7249412
File tree
2 files changed
+2
-2
lines changed- semanticdb-kotlinc/src/main/kotlin/com/sourcegraph/semanticdb_kotlinc
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
0 commit comments