Add test for wrapping function without body

This commit is contained in:
Nikolay Krasko
2013-05-08 12:31:00 +04:00
parent 8752b417e5
commit cef1bb2aba
2 changed files with 9 additions and 0 deletions
@@ -0,0 +1,5 @@
package some
open class Hello {
open fun <caret>hello() = "DoSomething"
}