New J2K: Remove unused JKJavaDefaultNewExpressionImpl
This commit is contained in:
committed by
Ilya Kirillov
parent
50a4b9b2b5
commit
088241313a
@@ -247,10 +247,6 @@ class JKJavaNewExpressionImpl(
|
||||
override fun <R, D> accept(visitor: JKVisitor<R, D>, data: D): R = visitor.visitJavaNewExpression(this, data)
|
||||
}
|
||||
|
||||
class JKJavaDefaultNewExpressionImpl(
|
||||
override val classSymbol: JKClassSymbol
|
||||
) : JKJavaDefaultNewExpression, JKElementBase(), PsiOwner by PsiOwnerImpl()
|
||||
|
||||
class JKJavaNewEmptyArrayImpl(initializer: List<JKExpression>, type: JKTypeElement) : JKJavaNewEmptyArray, JKBranchElementBase(),
|
||||
PsiOwner by PsiOwnerImpl() {
|
||||
override val type by child(type)
|
||||
|
||||
Reference in New Issue
Block a user