Removed unnecessary 'data' modifier

This commit is contained in:
Valentin Kipyatkov
2015-10-08 14:07:12 +03:00
parent 2c1defaf18
commit 7c39064f75
@@ -183,7 +183,7 @@ class ParameterNameAndTypeCompletion(
= lookupElementFactory.createLookupElementForType(type)
}
private data class MyLookupElement private constructor(
private class MyLookupElement private constructor(
private val userPrefix: String,
private val nameSuggestion: String,
private val type: Type,