KT-1019 parser should recover from missing parentheses in function declaration

#KT-1019 Fixed
This commit is contained in:
Wojciech Lopata
2013-02-27 14:42:14 +01:00
parent 6020fc216b
commit bc59ed75ca
6 changed files with 69 additions and 33 deletions
@@ -0,0 +1,6 @@
class A {
fun foo
class B {}
fun bar
}
class C {}