KT-2334 An error 'local function without body' is not reported

#KT-2334 Fixed
This commit is contained in:
Svetlana Isakova
2014-06-17 09:59:12 +04:00
parent 79cec6411d
commit 17c4930404
3 changed files with 13 additions and 0 deletions
@@ -0,0 +1,5 @@
//KT-2334 An error 'local function without body' is not reported
fun foo() {
<!NON_MEMBER_FUNCTION_NO_BODY!>fun bar()<!>
}