New tests for outer class info

This commit is contained in:
Mikhael Bogdanov
2014-05-14 15:02:45 +04:00
parent 1a164cade8
commit 449e26ce6d
7 changed files with 201 additions and 9 deletions

View File

@@ -20,6 +20,16 @@ class Foo {
void objectLiteralFoo() { }
};
//anonymous lambda
Foo() {
class LambdaInConstructor{}
}
void foo() {
//lambda
class Lambda {}
}
}
class PackageInnerObject { }