Add 'constructor' keyword in whole project where needed

This commit is contained in:
Denis Zharkov
2015-06-10 12:45:27 +03:00
parent 414d6b92f6
commit eb7114bd53
34 changed files with 62 additions and 48 deletions
@@ -37,7 +37,7 @@ import org.jetbrains.kotlin.psi.JetFile
import javax.swing.*
import org.jetbrains.kotlin.psi.JetClassOrObject
public class KotlinLightClassForPackage private(
public class KotlinLightClassForPackage private constructor(
manager: PsiManager,
private val packageFqName: FqName,
private val searchScope: GlobalSearchScope,