a843c23f20
#KT-10340 Fixed
13 lines
228 B
Kotlin
Vendored
13 lines
228 B
Kotlin
Vendored
package templates
|
|
|
|
enum class Family {
|
|
Collections
|
|
}
|
|
|
|
fun buildTemplates(): List<Family> {
|
|
val templates = arrayListOf<Family>()
|
|
templates.add(Collection<caret>)
|
|
return templates
|
|
}
|
|
|
|
// ELEMENT: Family.Collections |