summaryrefslogtreecommitdiff
path: root/plugins/kotlin/idea/tests/testData/quickfix/removeNoConstructor/functionType2.kt
blob: 2ab27b80745814dbce17f9345942d67d125e50d7 (plain)
1
2
3
// "Remove constructor call" "true"

abstract class B : (() -> Int)()<caret>