Add quickfix for "Interface doesn't have constructors" #KT-17687 Fixed
This commit is contained in:
committed by
Alexey Sedunov
parent
b5ba475696
commit
e2945b1d12
@@ -0,0 +1,11 @@
|
||||
// "Convert to anonymous object" "false"
|
||||
// ERROR: Interface I does not have constructors
|
||||
interface I {
|
||||
fun foo(): String
|
||||
fun bar(): Unit
|
||||
}
|
||||
|
||||
fun test() {
|
||||
<caret>I {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user