Files
Yann Cébronandintellij-monorepo-bot a66a538561 [devkit] NonDefaultConstructorInspection: I18n (IDEA-247667)
GitOrigin-RevId: 7c432c135ad7be15da3b743857b71bfc1599c4a8
2020-08-25 15:16:52 +00:00

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) {
}
}