Add test for wrapping function without body
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package some
|
||||
|
||||
open class Hello {
|
||||
open fun <caret>hello() = "DoSomething"
|
||||
}
|
||||
Reference in New Issue
Block a user