summaryrefslogtreecommitdiff
path: root/plugins/kotlin/idea/tests/testData/quickfix/removeNoConstructor/functionType2.kt.after
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/idea/tests/testData/quickfix/removeNoConstructor/functionType2.kt.after')
-rw-r--r--plugins/kotlin/idea/tests/testData/quickfix/removeNoConstructor/functionType2.kt.after3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/kotlin/idea/tests/testData/quickfix/removeNoConstructor/functionType2.kt.after b/plugins/kotlin/idea/tests/testData/quickfix/removeNoConstructor/functionType2.kt.after
new file mode 100644
index 000000000000..0928c0589bd7
--- /dev/null
+++ b/plugins/kotlin/idea/tests/testData/quickfix/removeNoConstructor/functionType2.kt.after
@@ -0,0 +1,3 @@
+// "Remove constructor call" "true"
+
+abstract class B : (() -> Int)<caret> \ No newline at end of file