New tests for outer class info
This commit is contained in:
@@ -18,6 +18,14 @@ class Foo {
|
||||
val objectLiteral = object {
|
||||
fun objectLiteralFoo() { }
|
||||
}
|
||||
|
||||
//anonymous lambda in constructor
|
||||
val s = { 11 }()
|
||||
|
||||
fun foo() {
|
||||
//anonymous lambda
|
||||
{ }()
|
||||
}
|
||||
}
|
||||
|
||||
object PackageInnerObject {
|
||||
|
||||
Reference in New Issue
Block a user