Do not show "Convert to extension" intention for secondary constructors
#KT-6969 Fixed
This commit is contained in:
committed by
Alexey Sedunov
parent
d1308ebf84
commit
4b564fcc51
@@ -0,0 +1,4 @@
|
||||
// IS_APPLICABLE: false
|
||||
class A {
|
||||
<caret>constructor() {}
|
||||
}
|
||||
Reference in New Issue
Block a user