diff --git a/idea/resources/fileTemplates/code/New Kotlin Method Body.kt.ft b/idea/resources/fileTemplates/code/New Kotlin Method Body.kt.ft index 623da6c89fa..69d16fa46b5 100644 --- a/idea/resources/fileTemplates/code/New Kotlin Method Body.kt.ft +++ b/idea/resources/fileTemplates/code/New Kotlin Method Body.kt.ft @@ -1 +1 @@ -//To change body of created methods use File | Settings | File Templates. \ No newline at end of file +throw Exception("not implemented") //To change body of created methods use File | Settings | File Templates. \ No newline at end of file