Do not show "Convert to extension" intention for secondary constructors

#KT-6969 Fixed
This commit is contained in:
Denis Zharkov
2015-03-12 20:18:37 +03:00
committed by Alexey Sedunov
parent d1308ebf84
commit 4b564fcc51
3 changed files with 11 additions and 0 deletions
@@ -0,0 +1,4 @@
// IS_APPLICABLE: false
class A {
<caret>constructor() {}
}