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