mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 14:38:30 +07:00
9 lines
266 B
Java
9 lines
266 B
Java
import com.intellij.ide.presentation.Presentation;
|
|
|
|
@Presentation(icon = "<error descr="Cannot resolve icon 'InvalidIconPath'">InvalidIconPath</error>")
|
|
class InvalidIcon {
|
|
}
|
|
|
|
@Presentation(icon = "<error descr="Cannot resolve icon ''"></error>")
|
|
class EmptyIcon {
|
|
} |