mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 11:44:39 +07:00
GitOrigin-RevId: 7c432c135ad7be15da3b743857b71bfc1599c4a8
5 lines
209 B
Java
5 lines
209 B
Java
class CustomConstructor extends com.intellij.codeInsight.completion.CompletionContributor {
|
|
<error descr="Extension should not have constructor with parameters">CustomConstructor</error>(String foo) {
|
|
|
|
}
|
|
} |