KT-14890 Fix the problem with RemoveEmptyClassBodyIntention for nested class followed by a secondary constructor
#KT-14890 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
b7f27b86fe
commit
ba92dcb737
+10
@@ -0,0 +1,10 @@
|
||||
class A(val x: String) {
|
||||
|
||||
class C {<caret>}
|
||||
|
||||
fun foo() {
|
||||
}
|
||||
|
||||
constructor(x: String, y: Int) : this(x) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user