Add quick-fix for empty brackets after primary constructor

So #KT-18534 Fixed
This commit is contained in:
Toshiaki Kameyama
2017-06-22 06:37:39 +03:00
committed by Mikhail Glukhikh
parent 69457ef3f1
commit ed04b4debd
12 changed files with 99 additions and 1 deletions
@@ -0,0 +1,2 @@
class A private <!MISSING_CONSTRUCTOR_BRACKETS!>constructor<!><!SYNTAX!><!> {
}
@@ -0,0 +1,8 @@
package
public final class A {
private constructor A()
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
}