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