delete function which is now unused
This commit is contained in:
@@ -244,8 +244,6 @@ public class JetPsiFactory(private val project: Project) {
|
||||
return createClass("class A { init {} }").getAnonymousInitializers().first()
|
||||
}
|
||||
|
||||
public fun createInitKeyword(): PsiElement = createAnonymousInitializer().getInitKeyword()!!
|
||||
|
||||
public fun createEmptyClassBody(): JetClassBody {
|
||||
return createClass("class A(){}").getBody()!!
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user