From 870dbd7e86d76312001145531a8fba846fc39895 Mon Sep 17 00:00:00 2001 From: Jack Zhou Date: Mon, 8 Apr 2013 21:52:42 -0400 Subject: [PATCH] Create from usage: Changed new method template to raise exception like in ReSharper. --- idea/resources/fileTemplates/code/New Kotlin Method Body.kt.ft | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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