Write outer class info for closures

This commit is contained in:
Mikhael Bogdanov
2014-05-26 13:05:36 +04:00
parent 9773015548
commit 69ef648005
20 changed files with 413 additions and 28 deletions
@@ -1,4 +1,4 @@
class A {
dclass A {
fun foo() {
inlineFun { "test" }
}