mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 15:06:56 +07:00
[kotlin] Clean up
#KTIJ-30998 GitOrigin-RevId: 1529422fa7dd86874e7d61fb1a5336ed1468fca6
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6389d2d936
commit
5cc37938dc
@@ -33,7 +33,6 @@ fun getFunctionBodyTextFromTemplate(
|
||||
|
||||
val properties = fileTemplateManager.defaultProperties
|
||||
properties.setProperty(FileTemplate.ATTRIBUTE_RETURN_TYPE, returnType)
|
||||
properties.setProperty(FileTemplate.ATTRIBUTE_RETURN_TYPE, returnType)
|
||||
if (classFqName != null) {
|
||||
properties.setProperty(FileTemplate.ATTRIBUTE_CLASS_NAME, classFqName.asString())
|
||||
properties.setProperty(FileTemplate.ATTRIBUTE_SIMPLE_CLASS_NAME, classFqName.shortName().asString())
|
||||
|
||||
Reference in New Issue
Block a user