From fafbbf697dd4575f91c388c311ebefb154b8fe33 Mon Sep 17 00:00:00 2001 From: Laszlo Hornyak Date: Tue, 19 Jul 2016 16:09:05 +0200 Subject: [PATCH] new function body changed to call the shorter TODO() function (#896) Signed-off-by: Laszlo Hornyak --- .../resources/fileTemplates/code/New Kotlin Function Body.kt.ft | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.