Remove traces of class object constraints feature from parser, frontend, tests and psi
This commit is contained in:
@@ -15,7 +15,7 @@ import java.util.*
|
||||
val attributes = HashMap<String, String>()
|
||||
|
||||
protected fun initTag<T : Element>(<warning>init</warning> : T.() -> Unit) : T
|
||||
where <error>class object T : Factory<T></error>{
|
||||
{
|
||||
val tag = <error>T</error>.<error>create</error>()
|
||||
<error>tag</error>.<error>init</error>()
|
||||
children.add(<error>tag</error>)
|
||||
|
||||
Reference in New Issue
Block a user