| Priority |
Major |
| Type | Bug |
| State | Fixed |
| Assignee | Nikolay Chashnikov |
| Subsystem | GWT Support |
| Affected versions |
No affected versions
|
| Fixed in |
No fix versions
|
| Fixed in build |
Next build |
| Build |
7323
|
| Fixed in build |
8055
|
IDEA-41424 |
JSNI signature incorrect for inner classes |
|
screenshot-1.jpg
(29 KB)
|
Lcom/gwtext/client/data/Record/Operation;
is the right signature for the inner class (Ctrl + Mouse over or Ctrl + Click navigates to the class)
However the GWT compiler fails saying that it expects
Lcom/gwtext/client/data/Record$Operation;