I have class org.jetbrains.plugins.ruby.rails.ExternalRailsSettings with public nested interface ExternalRailsSettingsDelegate
class SettingsDelegate
include_class 'org.jetbrains.plugins.ruby.rails.ExternalRailsSettings.ExternalRailsSettingsDelegate'
include ExternalRailsSettingsDelegate
#...
Plugin shows "Cannot find java class/package" error for "include_class", but resolves interface name in
include ExternalRailsSettingsDelegate
and correctly shows implements gutter for implemented method from that interface.
Description
I have class org.jetbrains.plugins.ruby.rails.ExternalRailsSettings with public nested interface ExternalRailsSettingsDelegate
class SettingsDelegate
include_class 'org.jetbrains.plugins.ruby.rails.ExternalRailsSettings.ExternalRailsSettingsDelegate'
include ExternalRailsSettingsDelegate
#...
Plugin shows "Cannot find java class/package" error for "include_class", but resolves interface name in
include ExternalRailsSettingsDelegate
and correctly shows implements gutter for implemented method from that interface.