diff --git a/idea/resources/fileTemplates/code/New Kotlin Function Body.kt.ft b/idea/resources/fileTemplates/code/New Kotlin Function Body.kt.ft index 8c5a4e426d1..4b3a72fd123 100644 --- a/idea/resources/fileTemplates/code/New Kotlin Function Body.kt.ft +++ b/idea/resources/fileTemplates/code/New Kotlin Function Body.kt.ft @@ -1 +1 @@ -throw UnsupportedOperationException("not implemented") //To change body of created functions use File | Settings | File Templates. \ No newline at end of file +TODO("not implemented") //To change body of created functions use File | Settings | File Templates.