summaryrefslogtreecommitdiff
path: root/plugins/kotlin/idea/tests/testData/quickfix/specifySuperType/function.kt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/idea/tests/testData/quickfix/specifySuperType/function.kt')
-rw-r--r--plugins/kotlin/idea/tests/testData/quickfix/specifySuperType/function.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/kotlin/idea/tests/testData/quickfix/specifySuperType/function.kt b/plugins/kotlin/idea/tests/testData/quickfix/specifySuperType/function.kt
index e0731cb72507..b2ea408fa193 100644
--- a/plugins/kotlin/idea/tests/testData/quickfix/specifySuperType/function.kt
+++ b/plugins/kotlin/idea/tests/testData/quickfix/specifySuperType/function.kt
@@ -15,4 +15,4 @@ class Test : X, Y(), Z {
override fun foo() {
<caret>super.foo()
}
-} \ No newline at end of file
+}