Create from Usage: Support "Create abstract function/property" inside an abstract class
#KT-7492 Fixed (cherry picked from commit 75f6b7f)
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
// "Create abstract function 'foo'" "true"
|
||||
interface A {
|
||||
fun bar(b: Boolean) {}
|
||||
|
||||
fun test() {
|
||||
bar(<caret>foo(1, "2"))
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user