Removed unnecessary 'data' modifier
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user