mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 15:53:40 +00:00
New tests for outer class info
This commit is contained in:
@@ -20,6 +20,16 @@ class Foo {
|
||||
void objectLiteralFoo() { }
|
||||
};
|
||||
|
||||
//anonymous lambda
|
||||
Foo() {
|
||||
class LambdaInConstructor{}
|
||||
}
|
||||
|
||||
|
||||
void foo() {
|
||||
//lambda
|
||||
class Lambda {}
|
||||
}
|
||||
}
|
||||
|
||||
class PackageInnerObject { }
|
||||
|
||||
Reference in New Issue
Block a user