Commit 5aa1d8f
[FIR] Only return generated nested classes from FirExtensionDeclarationsSymbolProvider
Otherwise, FirCommonDeclarationsMappingSymbolProvider is never called
for nested classes if a compiler plugin is enabled.
#KT-79693 Fixed1 parent 179c824 commit 5aa1d8f
File tree
3 files changed
+5
-3
lines changed- compiler/fir/providers/src/org/jetbrains/kotlin/fir/extensions
- plugins/plugin-sandbox/testData/box
3 files changed
+5
-3
lines changedLines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
114 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
115 | 119 | | |
116 | 120 | | |
117 | 121 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
0 commit comments