summaryrefslogtreecommitdiff
path: root/plugins/kotlin/idea/tests/testData/quickfix/specifySuperType/property.kt.after
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/idea/tests/testData/quickfix/specifySuperType/property.kt.after')
-rw-r--r--plugins/kotlin/idea/tests/testData/quickfix/specifySuperType/property.kt.after2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/kotlin/idea/tests/testData/quickfix/specifySuperType/property.kt.after b/plugins/kotlin/idea/tests/testData/quickfix/specifySuperType/property.kt.after
index ba287a6b5069..c5c64cdca268 100644
--- a/plugins/kotlin/idea/tests/testData/quickfix/specifySuperType/property.kt.after
+++ b/plugins/kotlin/idea/tests/testData/quickfix/specifySuperType/property.kt.after
@@ -14,4 +14,4 @@ interface Z {
class Test : X, Z, Y() {
override val bar: Int
get() = super<Z>.bar
-} \ No newline at end of file
+}